#include <lemon/concept/sym_graph.h>
Inheritance diagram for StaticSymGraph::NodeMap:
T
. Reference map of the nodes to type T
.
Definition at line 523 of file sym_graph.h.
Public Member Functions | |
NodeMap (const StaticSymGraph &) | |
| |
NodeMap (const StaticSymGraph &, T) | |
| |
template<typename TT> | |
NodeMap (const NodeMap< TT > &) | |
Copy constructor. | |
template<typename TT> | |
NodeMap & | operator= (const NodeMap< TT > &) |
Assignment operator. |