#include <hashmap.h>
Iterator class for const HashMap.
Public Member Functions | |
ConstIteratorTemplate (typename Base::CollectionType &m) | |
ConstIteratorTemplate (typename Base::CollectionType &m, Int b, typename Base::EntryType *e) | |
ConstIteratorTemplate () | |
ConstIteratorTemplate & | operator++ () |
Public Member Functions inherited from HashMap< K, V, HASH, ENTRY_HANDLER, ALLOCATOR, MODE, INITIAL_CAPACITY, LOAD_FACTOR, ENTRY_ALLOCATOR >::IteratorTemplateBase< ConstIteratorTemplate< SUPER >, true, SUPER > | |
IteratorTemplateBase (typename SUPER< CONSTITERATOR >::CollectionType &m) | |
IteratorTemplateBase (typename SUPER< CONSTITERATOR >::CollectionType &m, Int b, typename SUPER< CONSTITERATOR >::EntryType *e) | |
IteratorTemplateBase () | |
const ConstIteratorTemplate< SUPER > | operator++ (int) |
Public Member Functions inherited from ForEachIterator< ITERATOR, SUPER > | |
template<typename... ARGS> | |
MAXON_ATTRIBUTE_FORCE_INLINE | ForEachIterator (ARGS &&... args) |
String | ToString (const FormatStatement *formatStatement=nullptr) |
template<typename T > | |
ITERATOR & | Find (const T &v) |
template<typename T > | |
Int | FindIndex (const T &v) |
template<typename T > | |
MAXON_ATTRIBUTE_FORCE_INLINE Bool | Contains (const T &v) |
MAXON_ATTRIBUTE_FORCE_INLINE Wrapper | begin () |
Private Types | |
using | Base = IteratorTemplateBase< ConstIteratorTemplate< SUPER >, true, SUPER > |
Additional Inherited Members | |
Public Types inherited from ForEachIterator< ITERATOR, SUPER > | |
using | IsForEachIterator = std::true_type |
Static Public Member Functions inherited from ForEachIterator< ITERATOR, SUPER > | |
static MAXON_ATTRIBUTE_FORCE_INLINE | PRIVATE_MAXON_RBF_SENTINEL (Wrapper) end() |
|
private |
|
explicit |
ConstIteratorTemplate | ( | typename Base::CollectionType & | m, |
Int | b, | ||
typename Base::EntryType * | e | ||
) |
ConstIteratorTemplate& operator++ | ( | ) |