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 & | operator++ () |
graph_vertex_iterator | operator++ (int) |
graph_vertex_iterator & | operator-- () |
graph_vertex_iterator | operator-- (int) |
reference | operator* () const |
pointer | operator-> () const |
bool | operator== (const graph_vertex_iterator &it) const |
bool | operator!= (const graph_vertex_iterator &it) const |
Friends | |
class | graph< vertex_type, edge_type, vertex_compare > |
Iterator on the graph's vertices.
typedef ptrdiff_t claw::graph< S, A, Comp >::graph_vertex_iterator::difference_type |
typedef std::bidirectional_iterator_tag claw::graph< S, A, Comp >::graph_vertex_iterator::iterator_category |
typedef const vertex_type* const claw::graph< S, A, Comp >::graph_vertex_iterator::pointer |
typedef const vertex_type& claw::graph< S, A, Comp >::graph_vertex_iterator::reference |
typedef const vertex_type claw::graph< S, A, Comp >::graph_vertex_iterator::value_type |
|
friend |