FilterMapIt< Graph, Item, Map > Class Template Reference
[Basic Graph Utilities]


Detailed Description

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

Iterator for maps which gives back only that items which mapped to an given value. #include <lemon/map_iterator.h>

List of all members.

Public Member Functions

 FilterMapIt (const Graph &_graph, const Map &_map, const Value &_value)
 Creates an iterator.
FilterMapItoperator++ ()
 Increment operator.


Constructor & Destructor Documentation

FilterMapIt ( const Graph _graph,
const Map &  _map,
const Value &  _value 
) [inline]

Creates an iterator for the map, which iterates on the given graph item set and filters all items which mapped value is not equal to the _value.


Member Function Documentation

FilterMapIt& operator++ (  )  [inline]

Skips items which has not mapped to the given value.


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