MappableGraphComponent::EdgeMap Class Template Reference

#include <lemon/concepts/graph_components.h>

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.

Private Member Functions

 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.

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, private]

Copy Constructor.


Member Function Documentation

EdgeMap& operator= ( const CMap &   )  [inline, private]

Assign operator.

Reimplemented from GraphMap.


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

Generated on Fri Jan 23 18:15:24 2009 for LEMON by  doxygen 1.5.6