emilib
|
Public Member Functions | |
const_iterator (iterator proto) | |
const_iterator (const MyType *hash_map, size_t bucket) | |
const_iterator & | operator++ () |
const_iterator | operator++ (int) |
reference | operator* () const |
pointer | operator-> () const |
bool | operator== (const const_iterator &rhs) const |
bool | operator!= (const const_iterator &rhs) const |
Public Attributes | |
const MyType * | _map |
size_t | _bucket |