#include <lemon/bits/map_iterator.h>
Inherits MapIteratorBase< _Graph, _Item >.
Inheritance diagram for MapConstKeyIterator:
Public Types | |
typedef MapIteratorBase< _Graph, _Item > | Parent |
The iterator base class. | |
Public Member Functions | |
MapConstKeyIterator () | |
Default constructor. | |
MapConstKeyIterator (const ItemIt &pit) | |
ItemIt initialized iterator. | |
MapConstKeyIterator & | operator++ () |
The pre increment operator of the iterator. | |
MapConstKeyIterator | operator++ (int) |
The post increment operator of the iterator. | |
Item | operator * () const |
The dereferencing operator of the iterator. | |
Protected Types | |
typedef Parent::ItemIt | ItemIt |
The iterator to iterate on the keys. |