Classes | |
class | StaticGraph |
An empty static graph class. More... | |
class | StaticGraph::Node |
Copy consructor. More... | |
class | StaticGraph::NodeIt |
This iterator goes through each node. More... | |
class | StaticGraph::Edge |
The base type of the edge iterators. More... | |
class | StaticGraph::OutEdgeIt |
This iterator goes trough the outgoing edges of a node. More... | |
class | StaticGraph::InEdgeIt |
This iterator goes trough the incoming edges of a node. More... | |
class | StaticGraph::EdgeIt |
This iterator goes through each edge. More... | |
class | StaticGraph::NodeMap |
Reference map of the nodes to type T . More... | |
class | StaticGraph::EdgeMap |
Reference map of the edges to type T . More... | |
class | ExtendableGraph |
An empty non-static graph class. More... | |
class | ErasableGraph |
An empty erasable graph class. More... | |
class | ReadMap |
Readable map concept. More... | |
class | WriteMap |
Writable map concept. More... | |
class | ReadWriteMap |
Read/Writable map concept. More... | |
class | ReferenceMap |
Dereferable map concept. More... | |
class | Path |
A skeletom structure for representing directed paths in a graph. More... | |
class | Path::EdgeIt |
Iterator class to iterate on the edges of the paths. More... | |
class | Path::NodeIt |
Iterator class to iterate on the nodes of the paths. More... | |
class | Path::Builder |
Class to build paths. More... |