Public Member Functions | Private Member Functions

MappableDigraphComponent< BAS >::NodeMap< V > Class Template Reference


Detailed Description

template<typename BAS = BaseDigraphComponent>
template<typename V>
class lemon::concepts::MappableDigraphComponent< BAS >::NodeMap< V >

Standard graph map for the nodes. It conforms to the ReferenceMap concept.

#include <lemon/concepts/graph_components.h>

Inheritance diagram for MappableDigraphComponent< BAS >::NodeMap< V >:

List of all members.

Public Member Functions

 NodeMap (const MappableDigraphComponent &digraph)
 Construct a new map.
 NodeMap (const MappableDigraphComponent &digraph, const V &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 V &  value 
) [inline]

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

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

Copy Constructor.


Member Function Documentation

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

Assignment operator.

Reimplemented from GraphMap< MappableDigraphComponent, Node, V >.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines