#include <arraymap.h>

Public Types | |
| using | Super = typename std::conditional< CONSTITERATOR, IteratorBase, NonConstIteratorBase >::type |
| using | CollectionType = typename ConstIf< ArrayMap, CONSTITERATOR >::type |
| using | KeyType = K |
| using | MappedType = typename ConstIf< V, CONSTITERATOR >::type |
Public Member Functions | |
| EntryIteratorBase () | |
| EntryIteratorBase (CollectionType &m, Int s) | |
| EntryIteratorBase (const EntryIteratorBase &src) | |
| const K & | GetKey () const |
| MappedType & | GetValue () const |
| using Super = typename std::conditional<CONSTITERATOR, IteratorBase, NonConstIteratorBase>::type |
| using CollectionType = typename ConstIf<ArrayMap, CONSTITERATOR>::type |
| using KeyType = K |
| using MappedType = typename ConstIf<V, CONSTITERATOR>::type |
| EntryIteratorBase | ( | CollectionType & | m, |
| Int | s | ||
| ) |
| EntryIteratorBase | ( | const EntryIteratorBase< CONSTITERATOR > & | src | ) |
| const K& GetKey | ( | ) | const |
Returns the key of the current key-value-pair of this iterator.
| MappedType& GetValue | ( | ) | const |
Returns the value of the current key-value-pair of this iterator.