#include <hashmap.h>
Public Member Functions | |
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 |