|
My Project
|
#include <sql_hset.h>
Public Member Functions | |
| Iterator (Hash_set &hash_set) | |
| T * | operator++ (int) |
| void | rewind () |
An iterator over hash elements. Is not insert-stable.
| T* Hash_set< T, K >::Iterator::operator++ | ( | int | ) | [inline] |
Return the current element and reposition the iterator to the next element.
1.7.6.1