#include <lemon/map_iterator.h>
Inheritance diagram for MapValueIterator:
Definition at line 345 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 | |
MapValueIterator () | |
Default constructor. | |
MapValueIterator (Map &pmap, const KeyIt &pit) | |
Map and KeyIt initialized iterator. | |
MapValueIterator & | operator++ () |
The pre increment operator of the iterator. | |
MapValueIterator | operator++ (int) |
The post increment operator of the iterator. | |
Reference | operator * () const |
The dereferencing operator of the iterator. | |
Pointer | operator-> () const |
The arrow operator of the iterator. |