Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

MappableGraphComponent::EdgeMap Class Template Reference

#include <lemon/concept/graph_component.h>

Inheritance diagram for MappableGraphComponent::EdgeMap:

Inheritance graph
[legend]
Collaboration diagram for MappableGraphComponent::EdgeMap:

Collaboration graph
[legend]
List of all members.

Detailed Description

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

ReadWrite map of the edges.

Definition at line 826 of file graph_component.h.

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

Definition at line 834 of file graph_component.h.

EdgeMap const Graph ,
const _Value & 
[inline]
 

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

Definition at line 838 of file graph_component.h.

EdgeMap const EdgeMap< _Value > &   )  [inline]
 

Copy Constructor.

Definition at line 842 of file graph_component.h.


Member Function Documentation

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

Assign operator.

Definition at line 847 of file graph_component.h.


The documentation for this class was generated from the following file:
Generated on Sat Mar 19 10:58:59 2005 for LEMON by  doxygen 1.4.1