template <class TKey,class TValue> class skTHashTableIterator : public skHashTableIterator
This class provides a type-safe iterator for the templated hash table
Inheritance:
Public Methods
-
skTHashTableIterator(const skTHashTable<TKey, TValue>&)
-
constructs the iterator referring to the given table
-
TKey* key() const
-
returns the current key
-
TValue* value() const
-
returns the current value
Public Methods
int operator)()
Documentation
This class provides a type-safe iterator for the templated hash table
skTHashTableIterator(const skTHashTable<TKey, TValue>&)
-
constructs the iterator referring to the given table
TKey* key() const
-
returns the current key
TValue* value() const
-
returns the current value
- This class has no child classes.
alphabetic index hierarchy of classes
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de