LEMON 1.0.7
Public Member Functions | Private Member Functions

MappableDigraphComponent< _Base >::NodeMap< _Value > Class Template Reference


Detailed Description

template<typename _Base = BaseDigraphComponent>
template<typename _Value>
class lemon::concepts::MappableDigraphComponent< _Base >::NodeMap< _Value >

ReadWrite map of the nodes.

#include <lemon/concepts/graph_components.h>

Inheritance diagram for MappableDigraphComponent< _Base >::NodeMap< _Value >:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 NodeMap (const MappableDigraphComponent &digraph)
 Construct a new map.
 NodeMap (const MappableDigraphComponent &digraph, const _Value &value)
 Construct a new map with default value.

Private Member Functions

 NodeMap (const NodeMap &nm)
 Copy constructor.
template<typename CMap >
NodeMapoperator= (const CMap &)

Constructor & Destructor Documentation

NodeMap ( const MappableDigraphComponent digraph) [inline, explicit]

Construct a new map for the digraph.

NodeMap ( const MappableDigraphComponent digraph,
const _Value &  value 
) [inline]

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

NodeMap ( const NodeMap< _Value > &  nm) [inline, private]

Copy Constructor.


Member Function Documentation

NodeMap& operator= ( const CMap &  ) [inline, private]

Assign operator.

Reimplemented from GraphMap< Digraph, Node, _Value >.


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