#include <e32hashtab.h>
class THashTableIterBase |
Protected Member Functions | |
---|---|
THashTableIterBase(const RHashTableBase &) | |
IMPORT_C const TAny * | Current(TInt) |
IMPORT_C const TAny * | Next(TInt) |
IMPORT_C void | RemoveCurrent() |
IMPORT_C void | Reset() |
Base class used in the derivation of THashSetIter<T>, TPtrHashSetIter<T>, THashMapIter<K,V> and TPtrHashMapIter<K,V>.
This class provides iteration capability for the hash table classes derived from RHashTableBase. The class is internal and is not intended for use.