MappableGraphComponent::EdgeMap Class Template Reference

#include <lemon/concept/graph_component.h>

Inherits GraphMap< Graph, Edge, _Value >.

Inheritance diagram for MappableGraphComponent::EdgeMap:

Inheritance graph
[legend]
List of all members.

Detailed Description

template<typename _Value>
class lemon::concept::MappableGraphComponent::EdgeMap< _Value >

ReadWrite map of the edges.


Public Member Functions

 EdgeMap (const Graph &)
 Construct a new map.
 EdgeMap (const Graph &, const _Value &)
 Construct a new map with default value.
 EdgeMap (const EdgeMap &em)
 Copy constructor.
EdgeMapoperator= (const EdgeMap &)
 Assign operator.


Constructor & Destructor Documentation

EdgeMap const Graph  )  [inline, explicit]
 

Construct a new map for the graph.

Todo:
call the right parent class constructor

EdgeMap const Graph ,
const _Value & 
[inline]
 

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

EdgeMap const EdgeMap< _Value > &  em  )  [inline]
 

Copy Constructor.


Member Function Documentation

EdgeMap& operator= const EdgeMap< _Value > &   )  [inline]
 

Assign operator.


The documentation for this class was generated from the following file:
Generated on Fri Feb 3 18:43:54 2006 for LEMON by  doxygen 1.4.6