NodeMap< T > Class Template Reference


Detailed Description

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

Standard graph map type for the nodes. It conforms to the ReferenceMap concept. #include <lemon/concepts/digraph.h>

Inheritance diagram for NodeMap< T >:

Inheritance graph
[legend]

List of all members.

Public Member Functions

 NodeMap (const Digraph &)
 Constructor.
 NodeMap (const Digraph &, T)
 Constructor with given initial value.

Private Member Functions

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


doxygen