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