Public Member Functions | Private Member Functions

MappableGraphComponent< BAS >::EdgeMap< V > Class Template Reference


Detailed Description

template<typename BAS = BaseGraphComponent>
template<typename V>
class lemon::concepts::MappableGraphComponent< BAS >::EdgeMap< V >

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

#include <lemon/concepts/graph_components.h>

Inheritance diagram for MappableGraphComponent< BAS >::EdgeMap< V >:

List of all members.

Public Member Functions

 EdgeMap (const MappableGraphComponent &graph)
 Construct a new map.
 EdgeMap (const MappableGraphComponent &graph, const V &value)
 Construct a new map with default value.

Private Member Functions

 EdgeMap (const EdgeMap &nm)
 Copy constructor.
template<typename CMap >
EdgeMapoperator= (const CMap &)

Constructor & Destructor Documentation

EdgeMap ( const MappableGraphComponent graph) [inline, explicit]

Construct a new map for the graph.

EdgeMap ( const MappableGraphComponent graph,
const V &  value 
) [inline]

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

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

Copy Constructor.


Member Function Documentation

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

Assignment operator.

Reimplemented from GraphMap< MappableGraphComponent, Edge, V >.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines