MySQL 5.6.14 Source Code Document
|
#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.
Definition at line 71 of file sql_hset.h.
|
inline |
Return the current element and reposition the iterator to the next element.
Definition at line 82 of file sql_hset.h.