CombinedNodeMap< InNodeMap, OutNodeMap > Class Template Reference


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. #include <lemon/graph_adaptor.h>

List of all members.

Public Member Functions

 CombinedNodeMap (InNodeMap &_inNodeMap, OutNodeMap &_outNodeMap)
Value & operator[] (const Key &key)
Value operator[] (const Key &key) const
void set (const Key &key, const Value &value)


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.


Generated on Thu Jun 4 04:04:22 2009 for LEMON by  doxygen 1.5.9