#include <lemon/bits/map_iterator.h>
Inherited by MapConstIterator, MapConstKeyIterator, MapConstValueIterator, MapIterator, and MapValueIterator.
Inheritance diagram for MapIteratorBase:
Public Member Functions | |
void | increment () |
Stepping forward in the map. | |
bool | operator== (const MapIteratorBase &_it) const |
The equality operator of the map. | |
bool | operator!= (const MapIteratorBase &_it) const |
The not-equality operator of the map. | |
Protected Types | |
typedef ItemSetTraits< _Graph, _Item >::ItemIt | ItemIt |
The key type of the iterator. | |
Protected Member Functions | |
MapIteratorBase () | |
Default constructor. | |
MapIteratorBase (const ItemIt _it) | |
ItemIt initialized MapIteratorBase constructor. |