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