MapKeyIterator Class Template Reference
[Graphmaps]

#include <map_iterator.h>

Inheritance diagram for MapKeyIterator:

Inheritance graph
[legend]
Collaboration diagram for MapKeyIterator:

Collaboration graph
[legend]
List of all members.

Detailed Description

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

The class makes the KeyIt to an stl compatible iterator with dereferencing operator.

Definition at line 292 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.

Public Member Functions

 MapKeyIterator ()
 Default constructor.
 MapKeyIterator (const KeyIt &pit)
 KeyIt initialized iterator.
MapKeyIteratoroperator++ ()
 The pre increment operator of the iterator.
MapKeyIterator operator++ (int)
 The post increment operator of the iterator.
KeyType operator * () const
 The dereferencing 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