MappableBpUGraphComponent::ANodeMap Class Template Reference

#include <lemon/concepts/graph_components.h>

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

Inheritance diagram for MappableBpUGraphComponent::ANodeMap:

Inheritance graph
[legend]
List of all members.

Detailed Description

template<typename _Base = BaseBpUGraphComponent>
template<typename _Value>
class lemon::concepts::MappableBpUGraphComponent< _Base >::ANodeMap< _Value >

ReadWrite map of the A-nodes.


Public Member Functions

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


Constructor & Destructor Documentation

ANodeMap ( const MappableBpUGraphComponent graph  )  [inline, explicit]

Construct a new map for the graph.

Todo:
call the right parent class constructor

ANodeMap ( const MappableBpUGraphComponent graph,
const _Value &  value 
) [inline]

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

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

Copy Constructor.


Member Function Documentation

ANodeMap& 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:43 2006 for LEMON by  doxygen 1.5.1