#include <lemon/graph_utils.h>
Public Member Functions | |
ForwardMap (const Graph &_graph) | |
Constructor. | |
Value | operator[] (const Key &key) const |
The subscript operator. | |
Related Functions | |
(Note that these are not member functions.) | |
template<typename Graph > | |
ForwardMap< Graph > | forwardMap (const Graph &graph) |
Returns a ForwardMap class. |
ForwardMap | ( | const Graph & | _graph | ) | [inline, explicit] |
Constructor
_graph | The graph that the map belongs to. |
Value operator[] | ( | const Key & | key | ) | const [inline] |
The subscript operator.
key | An undirected edge |