Value pointed by the iterator.
More...
#include <graph.hpp>
List of all members.
Detailed Description
template<class S, class A = meta::no_type, class Comp = std::less<S>>
class claw::graph< S, A, Comp >::graph_edge_iterator::edge
Value pointed by the iterator.
Definition at line 151 of file graph.hpp.
Constructor & Destructor Documentation
template<class S , class A , class Comp >
claw::graph< S, A, Comp >::graph_edge_iterator::edge::edge |
( |
) |
|
Member Function Documentation
template<class S , class A , class Comp >
Gets edge's label.
Definition at line 224 of file graph.tpp.
template<class S , class A , class Comp >
template<class S , class A , class Comp >
Gets edge's source.
Definition at line 236 of file graph.tpp.
template<class S , class A , class Comp >
Gets edge's target.
Definition at line 248 of file graph.tpp.
Friends And Related Function Documentation
template<class S, class A = meta::no_type, class Comp = std::less<S>>
Member Data Documentation
template<class S, class A = meta::no_type, class Comp = std::less<S>>
template<class S, class A = meta::no_type, class Comp = std::less<S>>
template<class S, class A = meta::no_type, class Comp = std::less<S>>
The documentation for this class was generated from the following files: