MappableGraphComponent::EdgeMap Class Template Reference

#include <lemon/concepts/graph_components.h>

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

Inheritance diagram for MappableGraphComponent::EdgeMap:

Inheritance graph
[legend]
List of all members.

Detailed Description

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

ReadWrite map of the edges.


Public Member Functions

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


Constructor & Destructor Documentation

EdgeMap ( const MappableGraphComponent graph  )  [inline, explicit]

Construct a new map for the graph.

Todo:
call the right parent class constructor

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

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

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

Copy Constructor.


Member Function Documentation

EdgeMap& 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