claw 1.9.0
 
Loading...
Searching...
No Matches
graph.hpp File Reference

A class to represent a graph. More...

#include <claw/exception.hpp>
#include <claw/meta/no_type.hpp>
#include <exception>
#include <iterator>
#include <map>
#include <queue>
#include <utility>
#include <vector>
#include <cstddef>
#include <claw/graph.tpp>
Include dependency graph for graph.hpp:

Go to the source code of this file.

Classes

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.
 

Typedefs

typedef claw::exception claw::graph_exception
 The exceptions thrown by the graphs.
 

Detailed Description

A class to represent a graph.

Author
Julien Jorge

Definition in file graph.hpp.