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