Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

skHashTableIterator Class Reference

this class provides an iterator for the hashtable. More...

#include <skHashTable.h>

Inheritance diagram for skHashTableIterator::

skTHashTableIterator List of all members.

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.


Detailed Description

this class provides an iterator for the hashtable.


The documentation for this class was generated from the following files:
Generated on Tue Nov 20 17:56:22 2001 for Simkin by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001