#include <lemon/concepts/graph_components.h>
Public Member Functions | |
EdgeMap (const MappableGraphComponent &graph) | |
Construct a new map. | |
EdgeMap (const MappableGraphComponent &graph, const _Value &value) | |
Construct a new map with default value. | |
EdgeMap (const EdgeMap &nm) | |
Copy constructor. | |
template<typename CMap > | |
EdgeMap & | operator= (const CMap &) |
EdgeMap | ( | const MappableGraphComponent & | graph | ) | [inline, explicit] |
Construct a new map for the graph.
EdgeMap | ( | const MappableGraphComponent & | graph, | |
const _Value & | value | |||
) | [inline] |
Construct a new map for the graph and initalise the values.
EdgeMap& operator= | ( | const CMap & | ) | [inline] |
Assign operator.
Reimplemented from GraphMap< Graph, Edge, _Value >.