#include <skHashTable.h>
Inheritance diagram for skHashTableIterator::
Public Methods | |
virtual | ~skHashTableIterator () |
destructor. | |
int | operator() () |
this function returns 1 if a value and key are available. | |
Protected Methods | |
skHashTableIterator (const skHashTable &) | |
this contructor is protected and is overriden in derived classes. | |
void * | key () const |
this returns the current key in the iteration - it is overriden in derived classes to provide type-safety. | |
void * | value () const |
this returns the current value in the iteration - it is overriden in derived classes to provide type-safety. |