#include <skHashTable.h>
Inheritance diagram for skTHashTableIterator< TKey, TValue >:

Public Member Functions | |
| 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 | |
1.3