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

Description

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

Definition at line 291 of file GraphBoost.h.

Public Types

typedef Graph::EdgeValue ValueType
 

Public Member Functions

 ConstEdgePropertyMap (const Graph &graph)
 
ValueType get (size_t edgeId) const
 
const ValueType & at (size_t edgeId) const
 

Member Typedef Documentation

◆ ValueType

template<class Graph >
typedef Graph::EdgeValue Sawyer::Boost::ConstEdgePropertyMap< Graph >::ValueType

Definition at line 294 of file GraphBoost.h.

Constructor & Destructor Documentation

◆ ConstEdgePropertyMap()

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

Definition at line 295 of file GraphBoost.h.

Member Function Documentation

◆ get()

template<class Graph >
ValueType Sawyer::Boost::ConstEdgePropertyMap< Graph >::get ( size_t  edgeId) const
inline

Definition at line 296 of file GraphBoost.h.

◆ at()

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

Definition at line 299 of file GraphBoost.h.


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