#include <lemon/graph_adaptor.h>
Inherits MapBase< Parent::Edge, GraphEdgeMap::Value >.
Inheritance diagram for SplitGraphAdaptor::CombinedEdgeMap:
Public Member Functions | |
CombinedEdgeMap (GraphEdgeMap &_edge_map, GraphNodeMap &_node_map) | |
Constructor. | |
void | set (const Edge &edge, const Value &val) |
The subscript operator. | |
Value | operator[] (const Key &edge) const |
The const subscript operator. | |
Value & | operator[] (const Key &edge) |
The const subscript operator. |
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.