#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. | |
| 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.
| FilterMapIt& operator++ | ( | ) | [inline] |
Skips items which has not mapped to the given value.
1.5.9