HashMap< K, V, HASH, ENTRY_HANDLER, ALLOCATOR, MODE, INITIAL_CAPACITY, LOAD_FACTOR >::KeyIteratorBase< CONSTITERATOR > Class Template Reference
#include <hashmap.h>
公共成员函数 |
|
const K & | operator* () const |
const K * | operator-> () const |
![]() |
|
operator Bool () const | |
EntryType & | GetEntry () const |
const K & | GetKey () const |
ConstIf < V, CONSTITERATOR >::type & | GetValue () const |
EntryType & | operator* () const |
EntryType * | operator-> () const |
Bool | operator== (const EntryIteratorBase &b) const |
Bool | operator!= (const EntryIteratorBase &b) const |
Additional Inherited Members |
|
![]() |
|
using | CollectionType = typename ConstIf < HashMap , CONSTITERATOR >::type |
using | EntryType = typename ConstIf < Entry , CONSTITERATOR >::type |
![]() |
|
void | MoveToNonEmptyBucket () |
void | ValidateBucket () |
void | ValidatePrev () |
![]() |
|
EntryType * | _entry |
CollectionType * | _map |
Int | _bucket |
EntryType * | _prevEntry |
const K& operator* | ( | ) | const |
const K* operator-> | ( | ) | const |