ROSE 0.11.145.147
Public Types | Public Member Functions | List of all members
Sawyer::Boost::ConstVertexPropertyMap< Graph > Class Template Reference

Description

template<class Graph>
class Sawyer::Boost::ConstVertexPropertyMap< Graph >

Definition at line 255 of file GraphBoost.h.

Public Types

typedef Graph::VertexValue ValueType
 

Public Member Functions

 ConstVertexPropertyMap (const Graph &graph)
 
ValueType get (size_t vertexId) const
 
const ValueType & at (size_t vertexId) const
 

Member Typedef Documentation

◆ ValueType

template<class Graph >
typedef Graph::VertexValue Sawyer::Boost::ConstVertexPropertyMap< Graph >::ValueType

Definition at line 258 of file GraphBoost.h.

Constructor & Destructor Documentation

◆ ConstVertexPropertyMap()

template<class Graph >
Sawyer::Boost::ConstVertexPropertyMap< Graph >::ConstVertexPropertyMap ( const Graph &  graph)
inline

Definition at line 259 of file GraphBoost.h.

Member Function Documentation

◆ get()

template<class Graph >
ValueType Sawyer::Boost::ConstVertexPropertyMap< Graph >::get ( size_t  vertexId) const
inline

Definition at line 260 of file GraphBoost.h.

◆ at()

template<class Graph >
const ValueType & Sawyer::Boost::ConstVertexPropertyMap< Graph >::at ( size_t  vertexId) const
inline

Definition at line 263 of file GraphBoost.h.


The documentation for this class was generated from the following file: