#include <lemon/invalid.h>
#include <lemon/utility.h>
#include <lemon/concept/maps.h>
#include <lemon/concept_check.h>
#include <lemon/concept/graph_component.h>
Go to the source code of this file.
Namespaces | |
namespace | lemon |
namespace | lemon::concept |
Classes | |
class | _StaticGraph |
Modular static graph class. More... | |
class | _ExtendableGraph |
Modular extendable graph class. More... | |
class | _ErasableGraph |
Modular erasable graph class. More... | |
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 |
Read write map of the nodes to type T . More... | |
class | StaticGraph::EdgeMap |
Read write 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... |