Definition in file graph.hpp.
#include <map>
#include <vector>
#include <queue>
#include <exception>
#include <iterator>
#include <utility>
#include <claw/impl/graph.tpp>
Go to the source code of this file.
Namespaces | |
namespace | claw |
Classes | |
class | claw::graph_exception |
Exceptions levées par la classe graph. More... | |
class | claw::graph< S, A, Comp > |
Une classe pour gérer les graphs. 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... |