class skHashTableIterator

this class provides an iterator for the hashtable

Inheritance:

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

Documentation

this class provides an iterator for the hashtable
virtual ~skHashTableIterator()
destructor

int operator)()
this function returns 1 if a value and key are available

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


Direct child classes:
skTHashTableIterator

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