All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
Public Member Functions | Private Member Functions
MappableBpGraphComponent< BAS >::BlueNodeMap< V > Class Template Reference

Detailed Description

template<typename BAS = BaseBpGraphComponent>
template<typename V>
class lemon::concepts::MappableBpGraphComponent< BAS >::BlueNodeMap< V >

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

#include <lemon/concepts/graph_components.h>

+ Inheritance diagram for MappableBpGraphComponent< BAS >::BlueNodeMap< V >:

List of all members.

Public Member Functions

 BlueNodeMap (const MappableBpGraphComponent &graph)
 Construct a new map.
 BlueNodeMap (const MappableBpGraphComponent &graph, const V &value)
 Construct a new map with default value.

Private Member Functions

 BlueNodeMap (const BlueNodeMap &nm)
 Copy constructor.
template<typename CMap >
BlueNodeMapoperator= (const CMap &)

Constructor & Destructor Documentation

BlueNodeMap ( const MappableBpGraphComponent graph) [inline, explicit]

Construct a new map for the graph.

BlueNodeMap ( const MappableBpGraphComponent graph,
const V &  value 
) [inline]

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

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

Copy Constructor.


Member Function Documentation

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

Assignment operator.

Reimplemented from GraphMap< MappableBpGraphComponent, Node, V >.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines