LEMON 1.0.7
Public Member Functions | Private Member Functions

MappableGraphComponent< _Base >::EdgeMap< _Value > Class Template Reference


Detailed Description

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

ReadWrite map of the edges.

#include <lemon/concepts/graph_components.h>

Inheritance diagram for MappableGraphComponent< _Base >::EdgeMap< _Value >:
Inheritance graph
[legend]

List of all members.

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

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< Graph, Edge, _Value >.


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