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>
Inherits iterator< std::forward_iterator_tag, Value >.
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 |
| |