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

MappableGraphComponent::NodeMap Class Template Reference

#include <lemon/concept/graph_component.h>

Inheritance diagram for MappableGraphComponent::NodeMap:

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

Collaboration graph
[legend]
List of all members.

Detailed Description

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

ReadWrite map of the nodes.

Definition at line 796 of file graph_component.h.

Public Member Functions

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


Constructor & Destructor Documentation

NodeMap const Graph  )  [inline, explicit]
 

Construct a new map for the graph.

Todo:
call the right parent class constructor

Definition at line 804 of file graph_component.h.

NodeMap const Graph ,
const _Value & 
[inline]
 

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

Definition at line 808 of file graph_component.h.

NodeMap const NodeMap< _Value > &   )  [inline]
 

Copy Constructor.

Definition at line 812 of file graph_component.h.


Member Function Documentation

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

Assign operator.

Definition at line 817 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