Claw
1.7.3
|
Iterator on the graph's edges. More...
#include <graph.hpp>
Classes | |
class | edge |
Value pointed by the iterator. More... |
Public Types | |
typedef const edge | value_type |
typedef const edge & | reference |
typedef const edge *const | pointer |
typedef ptrdiff_t | difference_type |
typedef std::bidirectional_iterator_tag | iterator_category |
Public Member Functions | |
graph_edge_iterator () | |
Constructor of the graph_edge_iterator class. | |
graph_edge_iterator & | operator++ () |
Preincrement. | |
graph_edge_iterator | operator++ (int) |
Postincrement. | |
graph_edge_iterator & | operator-- () |
Predecrement. | |
graph_edge_iterator | operator-- (int) |
postdecrement. | |
reference | operator* () const |
Reference. | |
pointer | operator-> () const |
Pointer. | |
bool | operator== (const graph_edge_iterator &it) const |
Equality. | |
bool | operator!= (const graph_edge_iterator &it) const |
Difference. |
Friends | |
class | graph< vertex_type, edge_type, vertex_compare > |
Iterator on the graph's edges.
bool claw::graph< S, A, Comp >::graph_edge_iterator::operator!= | ( | const graph_edge_iterator & | it | ) | const |
claw::graph< S, A, Comp >::graph_edge_iterator::reference claw::graph< S, A, Comp >::graph_edge_iterator::operator* | ( | ) | const |
claw::graph< S, A, Comp >::graph_edge_iterator & claw::graph< S, A, Comp >::graph_edge_iterator::operator++ | ( | ) |
claw::graph< S, A, Comp >::graph_edge_iterator claw::graph< S, A, Comp >::graph_edge_iterator::operator++ | ( | int | ) |
claw::graph< S, A, Comp >::graph_edge_iterator & claw::graph< S, A, Comp >::graph_edge_iterator::operator-- | ( | ) |
claw::graph< S, A, Comp >::graph_edge_iterator claw::graph< S, A, Comp >::graph_edge_iterator::operator-- | ( | int | ) |
claw::graph< S, A, Comp >::graph_edge_iterator::pointer claw::graph< S, A, Comp >::graph_edge_iterator::operator-> | ( | ) | const |
bool claw::graph< S, A, Comp >::graph_edge_iterator::operator== | ( | const graph_edge_iterator & | it | ) | const |