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