#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.) | |
ForwardMap< Graph > | forwardMap (const Graph &graph) |
Returns a ForwardMap class. |
|
Constructor
|
|
The subscript operator.
|