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