#include <lemon/concept/graph_component.h>
Inheritance diagram for MappableGraphComponent::EdgeMap:
Definition at line 826 of file graph_component.h.
Public Member Functions | |
EdgeMap (const Graph &) | |
Construct a new map. | |
EdgeMap (const Graph &, const _Value &) | |
Construct a new map with default value. | |
EdgeMap (const EdgeMap &) | |
Copy constructor. | |
EdgeMap & | operator= (const EdgeMap &) |
Assign operator. |
|
Construct a new map for the graph.
Definition at line 834 of file graph_component.h. |
|
Construct a new map for the graph and initalise the values. Definition at line 838 of file graph_component.h. |
|
Copy Constructor. Definition at line 842 of file graph_component.h. |
|
Assign operator. Definition at line 847 of file graph_component.h. |