Standard graph map for the arcs. It conforms to the ReferenceMap concept.
#include <lemon/concepts/graph_components.h>
Public Member Functions | |
ArcMap (const MappableDigraphComponent &digraph) | |
Construct a new map. | |
ArcMap (const MappableDigraphComponent &digraph, const V &value) | |
Construct a new map with default value. | |
Private Member Functions | |
ArcMap (const ArcMap &nm) | |
Copy constructor. | |
template<typename CMap > | |
ArcMap & | operator= (const CMap &) |
ArcMap | ( | const MappableDigraphComponent & | digraph | ) | [inline, explicit] |
Construct a new map for the digraph.
ArcMap | ( | const MappableDigraphComponent & | digraph, |
const V & | value | ||
) | [inline] |
Construct a new map for the digraph and initalize the values.
ArcMap& operator= | ( | const CMap & | ) | [inline, private] |
Assignment operator.
Reimplemented from GraphMap< MappableDigraphComponent, Arc, V >.