#include <skHashTable.h>
Inheritance diagram for skTHashTableIterator::
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. |