MapValueIterator Class Template Reference
[Graphmaps]

#include <map_iterator.h>

Inheritance diagram for MapValueIterator:

Inheritance graph
[legend]
Collaboration diagram for MapValueIterator:

Collaboration graph
[legend]
List of all members.

Detailed Description

template<typename Map>
class lemon::MapValueIterator< Map >

MapValueIterator creates an stl compatible iterator for the values.

Definition at line 345 of file map_iterator.h.

Public Types

typedef MapIteratorBase< Map > Base
 The iterator base class.
typedef Map::KeyType KeyType
 The key type of the iterator.
typedef Map::KeyIt KeyIt
 The iterator to iterate on the keys.
typedef Map::ValueType ValueType
 The value type of the iterator.
typedef Map::ReferenceType ReferenceType
 The reference type of the iterator.
typedef Map::PointerType PointerType
 The pointer type of the iterator.
typedef Map::ConstValueType ConstValueType
 The const value type of the iterator.
typedef Map::ConstReferenceType ConstReferenceType
 The const reference type of the iterator.
typedef Map::ConstPointerType ConstPointerType
 The pointer type of the iterator.

Public Member Functions

 MapValueIterator ()
 Default constructor.
 MapValueIterator (Map &pmap, const KeyIt &pit)
 Map and KeyIt initialized iterator.
MapValueIteratoroperator++ ()
 The pre increment operator of the iterator.
MapValueIterator operator++ (int)
 The post increment operator of the iterator.
ReferenceType operator * () const
 The dereferencing operator of the iterator.
PointerType operator-> () const
 The arrow operator of the iterator.


The documentation for this class was generated from the following file:
Generated on Thu Sep 30 12:18:38 2004 for LEMON by doxygen 1.3.8