MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Hash_set< T, K >::Iterator Class Reference

#include <sql_hset.h>

Public Member Functions

 Iterator (Hash_set &hash_set)
T * operator++ (int)
void rewind ()

Detailed Description

template<typename T, my_hash_get_key K>
class Hash_set< T, K >::Iterator

An iterator over hash elements. Is not insert-stable.

Definition at line 71 of file sql_hset.h.

Member Function Documentation

template<typename T, my_hash_get_key K>
T* Hash_set< T, K >::Iterator::operator++ ( int  )
inline

Return the current element and reposition the iterator to the next element.

Definition at line 82 of file sql_hset.h.


The documentation for this class was generated from the following file: