MappableUGraphComponent::UEdgeMap Class Template Reference

#include <lemon/concepts/graph_components.h>

Inheritance diagram for MappableUGraphComponent::UEdgeMap:

Inheritance graph
[legend]

List of all members.


Detailed Description

template<typename _Base = BaseUGraphComponent>
template<typename _Value>
class lemon::concepts::MappableUGraphComponent< _Base >::UEdgeMap< _Value >

ReadWrite map of the uedges.

Public Member Functions

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

Constructor & Destructor Documentation

UEdgeMap ( const MappableUGraphComponent graph  )  [inline, explicit]

Construct a new map for the graph.

UEdgeMap ( const MappableUGraphComponent graph,
const _Value &  value 
) [inline]

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

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

Copy Constructor.


Member Function Documentation

UEdgeMap& operator= ( const CMap &   )  [inline]

Assign operator.

Reimplemented from GraphMap.


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

Generated on Sat Apr 19 14:21:44 2008 for LEMON by  doxygen 1.5.5