#include <lemon/concepts/graph_components.h>

| Public Member Functions | |
| NodeMap (const MappableGraphComponent &graph) | |
| Construct a new map. | |
| NodeMap (const MappableGraphComponent &graph, const _Value &value) | |
| Construct a new map with default value. | |
| NodeMap (const NodeMap &nm) | |
| Copy constructor. | |
| template<typename CMap > | |
| NodeMap & | operator= (const CMap &) | 
| NodeMap | ( | const MappableGraphComponent & | graph | ) |  [inline, explicit] | 
Construct a new map for the graph.
| NodeMap | ( | const MappableGraphComponent & | graph, | |
| const _Value & | value | |||
| ) |  [inline] | 
Construct a new map for the graph and initalise the values.
| NodeMap& operator= | ( | const CMap & | ) |  [inline] | 
Assign operator.
Reimplemented from GraphMap< Graph, Node, _Value >.
 1.5.9
 1.5.9