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