SplitGraphAdaptor::CombinedNodeMap Class Template Reference

#include <lemon/graph_adaptor.h>

List of all members.


Detailed Description

template<typename _Graph>
template<typename InNodeMap, typename OutNodeMap>
class lemon::SplitGraphAdaptor< _Graph >::CombinedNodeMap< InNodeMap, OutNodeMap >

This class adapt two of the original graph NodeMap to get a node map on the adapted graph.


Public Member Functions

 CombinedNodeMap (InNodeMap &_inNodeMap, OutNodeMap &_outNodeMap)
 Constructor.
Value & operator[] (const Key &key)
 The subscript operator.
Value operator[] (const Key &key) const
 The const subscript operator.
void set (const Key &key, const Value &value)
 The setter function of the map.


Constructor & Destructor Documentation

CombinedNodeMap ( InNodeMap &  _inNodeMap,
OutNodeMap &  _outNodeMap 
) [inline]

Constructor.


Member Function Documentation

Value& operator[] ( const Key &  key  )  [inline]

The subscript operator.

Value operator[] ( const Key &  key  )  const [inline]

The const subscript operator.

void set ( const Key &  key,
const Value &  value 
) [inline]

The setter function of the map.


The documentation for this class was generated from the following file:
Generated on Tue Oct 31 09:50:28 2006 for LEMON by  doxygen 1.5.1