#include <lemon/graph_adaptor.h>
Public Member Functions | |
CombinedEdgeMap (GraphEdgeMap &_edge_map, GraphNodeMap &_node_map) | |
void | set (const Edge &edge, const Value &val) |
Value | operator[] (const Key &edge) const |
Value & | operator[] (const Key &edge) |
CombinedEdgeMap | ( | GraphEdgeMap & | _edge_map, | |
GraphNodeMap & | _node_map | |||
) | [inline] |
Constructor.
void set | ( | const Edge & | edge, | |
const Value & | val | |||
) | [inline] |
The subscript operator.
Value operator[] | ( | const Key & | edge | ) | const [inline] |
The const subscript operator.
Value& operator[] | ( | const Key & | edge | ) | [inline] |
The const subscript operator.