#include <map_iterator.h>
Definition at line 563 of file map_iterator.h.
Public Types | |
typedef Map::KeyType | KeyType |
The key type of the iterator. | |
typedef Map::KeyIt | KeyIt |
The iterator to iterate on the keys. | |
typedef Map::ValueType | ValueType |
The value type of the iterator. | |
typedef Map::ReferenceType | ReferenceType |
The reference type of the iterator. | |
typedef Map::PointerType | PointerType |
The pointer type of the iterator. | |
typedef Map::ConstValueType | ConstValueType |
The const value type of the iterator. | |
typedef Map::ConstReferenceType | ConstReferenceType |
The const reference type of the iterator. | |
typedef Map::ConstPointerType | ConstPointerType |
The pointer type of the iterator. | |
typedef MapConstValueIterator< Map > | ConstIterator |
The const iterator of the set. | |
Public Member Functions | |
MapConstValueSet (const Map &pmap) | |
The map initialized const value set. | |
ConstIterator | begin () const |
It gives back the const iterator pointed to the first element. | |
ConstIterator | end () const |
It gives back the const iterator pointed to the first invalid element. |