MappableGraphComponent::NodeMap Class Template Reference

#include <lemon/concepts/graph_components.h>

Inherits GraphMap< lemon::concepts::MappableGraphComponent, Base::Node, _Value >.

Inheritance diagram for MappableGraphComponent::NodeMap:

Inheritance graph
[legend]
List of all members.

Detailed Description

template<typename _Base = BaseGraphComponent>
template<typename _Value>
class lemon::concepts::MappableGraphComponent< _Base >::NodeMap< _Value >

ReadWrite map of the nodes.


Public Member Functions

 NodeMap (const MappableGraphComponent &graph)
 Construct a new map.
 NodeMap (const MappableGraphComponent &graph, const _Value &value)
 Construct a new map with default value.
 NodeMap (const NodeMap &nm)
 Copy constructor.
template<typename CMap>
NodeMapoperator= (const CMap &)
 Assign operator.


Constructor & Destructor Documentation

NodeMap ( const MappableGraphComponent graph  )  [inline, explicit]

Construct a new map for the graph.

Todo:
call the right parent class constructor

NodeMap ( const MappableGraphComponent graph,
const _Value &  value 
) [inline]

Construct a new map for the graph and initalise the values.

NodeMap ( const NodeMap< _Value > &  nm  )  [inline]

Copy Constructor.


Member Function Documentation

NodeMap& operator= ( const CMap &   )  [inline]

Assign operator.

Reimplemented from GraphMap.


The documentation for this class was generated from the following file:
Generated on Tue Oct 31 09:51:42 2006 for LEMON by  doxygen 1.5.1