LEMON 1.0.7
Public Member Functions | Private Member Functions

Graph::NodeMap< T > Class Template Reference


Detailed Description

template<class T>
class lemon::concepts::Graph::NodeMap< T >

ReadWrite map of the nodes to type T.

See also:
Reference

#include <lemon/concepts/graph.h>

Inheritance diagram for Graph::NodeMap< T >:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 NodeMap (const Graph &)
 
 NodeMap (const Graph &, T)
 

Private Member Functions

 NodeMap (const NodeMap &nm)
 Copy constructor.
template<typename CMap >
NodeMapoperator= (const CMap &)
 Assignment operator.

The documentation for this class was generated from the following file: