#include <lemon/concept/graph_component.h>
Inheritance diagram for GraphMap:
Definition at line 733 of file graph_component.h.
Public Member Functions | |
GraphMap (const Graph &) | |
Construct a new map. | |
GraphMap (const Graph &, const _Value &) | |
Construct a new map with default value. | |
GraphMap (const GraphMap &) | |
Copy constructor. | |
GraphMap & | operator= (const GraphMap &) |
Assign operator. |
|
Construct a new map for the graph. Definition at line 740 of file graph_component.h. |
|
Construct a new map for the graph and initalise the values. Definition at line 744 of file graph_component.h. |
|
Copy Constructor. Definition at line 748 of file graph_component.h. |
|
Assign operator. Definition at line 753 of file graph_component.h. |