#include <graph.h>
Inheritance diagram for StaticGraph::NodeMap:
T
. Definition at line 404 of file graph.h.
Public Member Functions | |
NodeMap (const StaticGraph &) | |
| |
NodeMap (const StaticGraph &, T) | |
| |
template<typename TT> | NodeMap (const NodeMap< TT > &) |
Copy constructor. | |
template<typename TT> NodeMap & | operator= (const NodeMap< TT > &) |
Assignment operator. |