#include <lemon/graph_adaptor.h>
Public Member Functions | |
CombinedNodeMap (InNodeMap &_inNodeMap, OutNodeMap &_outNodeMap) | |
Value & | operator[] (const Key &key) |
Value | operator[] (const Key &key) const |
void | set (const Key &key, const Value &value) |
CombinedNodeMap | ( | InNodeMap & | _inNodeMap, | |
OutNodeMap & | _outNodeMap | |||
) | [inline] |
Constructor.
Value& operator[] | ( | const Key & | key | ) | [inline] |
The subscript operator.
Value operator[] | ( | const Key & | key | ) | const [inline] |
The const subscript operator.
void set | ( | const Key & | key, | |
const Value & | value | |||
) | [inline] |
The setter function of the map.