#include <lemon/map_iterator.h>
Public Member Functions | |
FilterMapIt (const Graph &_graph, const Map &_map, const Value &_value) | |
Creates an iterator. | |
FilterMapIt & | operator++ () |
Increment operator. |
|
Creates an iterator for the map, which iterates on the given graph item set and filters all items which mapped value differ from |
|
Skips items which has not the given value. |