Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

MapConstValueIterator Class Template Reference
[Graphmaps]

#include <lemon/map_iterator.h>

Inheritance diagram for MapConstValueIterator:

Inheritance graph
[legend]
Collaboration diagram for MapConstValueIterator:

Collaboration graph
[legend]
List of all members.

Detailed Description

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

MapValueIterator creates an stl compatible iterator for the const values.

Definition at line 425 of file map_iterator.h.

Public Types

typedef MapIteratorBase< Map > Base
 The iterator base class.
typedef Map::Key Key
 The key type of the iterator.
typedef Map::KeyIt KeyIt
 The iterator to iterate on the keys.
typedef Map::Value Value
 The value type of the iterator.
typedef Map::Reference Reference
 The reference type of the iterator.
typedef Map::Pointer Pointer
 The pointer type of the iterator.
typedef Map::ConstValue ConstValue
 The const value type of the iterator.
typedef Map::ConstReference ConstReference
 The const reference type of the iterator.
typedef Map::ConstPointer ConstPointer
 The pointer type of the iterator.

Public Member Functions

 MapConstValueIterator ()
 Default constructor.
 MapConstValueIterator (const MapValueIterator< Map > &pit)
 Constructor to create const iterator from a non const.
 MapConstValueIterator (const Map &pmap, const KeyIt &pit)
 Map and KeyIt initialized iterator.
MapConstValueIteratoroperator++ ()
 The pre increment operator of the iterator.
MapConstValueIterator operator++ (int)
 The post increment operator of the iterator.
ConstReference operator * () const
 The dereferencing operator of the iterator.
ConstPointer operator-> () const
 The arrow operator of the iterator.


The documentation for this class was generated from the following file:
Generated on Mon Feb 21 15:02:34 2005 for LEMON by  doxygen 1.4.1