#include <lemon/concepts/graph_components.h>

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