All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
List of all members | Public Member Functions
IterableValueMap< GR, K, V >::ValueIt Class Reference

Detailed Description

template<typename GR, typename K, typename V>
class lemon::IterableValueMap< GR, K, V >::ValueIt

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.
 
ValueItoperator++ ()
 
 
ValueIt operator++ (int)
 
 
const Valueoperator* () const
 
 
const Valueoperator-> () const
 
 
bool operator== (ValueIt jt) const
 
 
bool operator!= (ValueIt jt) const