#include <lemon/graph_utils.h>
Public Member Functions | |
BackwardMap (const Graph &_graph) | |
Constructor. | |
Value | operator[] (const Key &key) const |
The subscript operator. | |
Related Functions | |
(Note that these are not member functions.) | |
BackwardMap< Graph > | backwardMap (const Graph &graph) |
Returns a BackwardMap class. |
|
Constructor
|
|
The subscript operator.
|