|
typedef std::conditional< std::is_const< Graph >::value, consttypenameGraph::edge_storage_t, typenameGraph::edge_storage_t >::type | value_type |
|
typedef value_type & | reference |
|
typedef value_type * | pointer |
|
typedef std::ptrdiff_t | difference_type |
|
typedef std::forward_iterator_tag | iterator_category |
|
typedef Graph::edge | edge |
|
|
| edge_iterator (Graph *g, edge t) noexcept |
|
bool | operator== (edge_iterator o) const |
|
bool | operator!= (edge_iterator o) const |
|
reference | operator* () const |
|
pointer | operator-> () const |
|
edge_iterator | operator++ () |
|
edge_iterator | operator++ (int) |
|
| operator bool () const |
|
edge | trans () const |
|
The documentation for this class was generated from the following file: