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

MapKeyIterator Class Template Reference
[Graphmaps]

#include <lemon/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::Key Key
 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.
Key operator * () const
 The dereferencing 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