My Project
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
Hash_set< T, K >::Iterator Class Reference

#include <sql_hset.h>

List of all members.

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.


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.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines