Reference map of the nodes to type T.
#include <lemon/concepts/graph.h>
Inheritance diagram for Graph::NodeMap< T >:Public Member Functions | |
| NodeMap (const Graph &) | |
| | |
| NodeMap (const Graph &, T) | |
| | |
Private Member Functions | |
| NodeMap (const NodeMap &nm) | |
| Copy constructor. | |
| template<typename CMap > | |
| NodeMap & | operator= (const CMap &) |
| Assignment operator. | |
1.7.3