|
Claw
1.7.3
|
A class to represent a graph. More...
#include <claw/meta/no_type.hpp>#include <map>#include <vector>#include <queue>#include <exception>#include <iterator>#include <utility>#include <cstddef>#include <claw/impl/graph.tpp>Go to the source code of this file.
Classes | |
| class | claw::graph_exception |
| The exceptions thrown by the graphs. More... | |
| class | claw::graph< S, A, Comp > |
| A class to represent a graph. More... | |
| class | claw::graph< S, A, Comp >::graph_vertex_iterator |
| Iterator on the graph's vertices. More... | |
| class | claw::graph< S, A, Comp >::graph_edge_iterator |
| Iterator on the graph's edges. More... | |
| class | claw::graph< S, A, Comp >::graph_edge_iterator::edge |
| Value pointed by the iterator. More... | |
Namespaces | |
| namespace | claw |
| This is the main namespace. | |
A class to represent a graph.
Definition in file graph.hpp.
1.8.1.2