This iterator is an STL compatible forward iterator on the values of the map. The values can be accessed in the [beginValue, endValue) range.
#include <lemon/maps.h>
Inheritance diagram for IterableValueMap< GR, K, V >::ValueIt:Public Member Functions | |
| ValueIt () | |
| Constructor. | |
| ValueIt & | operator++ () |
| | |
| ValueIt | operator++ (int) |
| | |
| const Value & | operator* () const |
| | |
| const Value * | operator-> () const |
| | |
| bool | operator== (ValueIt jt) const |
| | |
| bool | operator!= (ValueIt jt) const |
| | |
1.8.2