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

Detailed Description

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

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

#include <lemon/concepts/graph_components.h>

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

List of all members.

Public Member Functions

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

Private Member Functions

 RedNodeMap (const RedNodeMap &nm)
 Copy constructor.
template<typename CMap >
RedNodeMapoperator= (const CMap &)

Constructor & Destructor Documentation

RedNodeMap ( const MappableBpGraphComponent graph) [inline, explicit]

Construct a new map for the graph.

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

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

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

Copy Constructor.


Member Function Documentation

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

Assignment operator.

Reimplemented from GraphMap< MappableBpGraphComponent, Node, V >.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines