#include <PerfectHashMap.h>
Public Member Functions | |
void | operator++ (int) |
void | operator++ () |
const K * | key () const |
T & | value () const |
bool | operator!= (const iterator &other) const |
bool | operator== (const iterator &other) const |
std::pair< const K *, T > & | operator* () |
Public Attributes | |
std::pair< const K *, T > * | iter |
std::pair< const K *, T > * | end |
Definition at line 318 of file PerfectHashMap.h.
|
inline |
Definition at line 321 of file PerfectHashMap.h.
|
inline |
Definition at line 327 of file PerfectHashMap.h.
|
inline |
Definition at line 331 of file PerfectHashMap.h.
References iter.
|
inline |
Definition at line 335 of file PerfectHashMap.h.
References iter.
|
inline |
Definition at line 339 of file PerfectHashMap.h.
References iter.
|
inline |
Definition at line 343 of file PerfectHashMap.h.
References iter.
|
inline |
Definition at line 347 of file PerfectHashMap.h.
References iter.
std::pair<const K *, T>* PerfectHashMap< K, T, max_small_size, phm_assert >::iterator::iter |
Definition at line 319 of file PerfectHashMap.h.
Referenced by key(), operator!=(), operator*(), operator++(), operator==(), and value().
std::pair<const K *, T> * PerfectHashMap< K, T, max_small_size, phm_assert >::iterator::end |
Definition at line 319 of file PerfectHashMap.h.
Referenced by operator++().