ConstMapIt Class Template Reference
[General Graph Utilities]

#include <lemon/map_iterator.h>

List of all members.


Detailed Description

template<typename Graph, typename Item, typename Map>
class lemon::ConstMapIt< Graph, Item, Map >

Iterator for maps with possibility of getting values.


Public Member Functions

 ConstMapIt (const Graph &_graph, const Map &_map)
 Creates an iterator.
MapTraits< Map >::ConstReturnValue operator * () const
 Gives back the map's value on the current position.


Constructor & Destructor Documentation

ConstMapIt ( const Graph _graph,
const Map &  _map 
) [inline]

Creates an iterator for the map, which iterates on the given graph item set.


Member Function Documentation

MapTraits<Map>::ConstReturnValue operator * (  )  const [inline]

Gives back the map's value on the current position.


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