Standard graph map for the edges. It conforms to the ReferenceMap concept.
#include <lemon/concepts/graph_components.h>
Public Member Functions | |
EdgeMap (const MappableGraphComponent &graph) | |
Construct a new map. | |
EdgeMap (const MappableGraphComponent &graph, const V &value) | |
Construct a new map with default value. | |
Private Member Functions | |
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 V & | value | ||
) | [inline] |
Construct a new map for the graph and initalize the values.
EdgeMap& operator= | ( | const CMap & | ) | [inline, private] |
Assignment operator.
Reimplemented from GraphMap< MappableGraphComponent, Edge, V >.