|
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 & | 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.
1.8.13