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< TKey, TValue > skTHashTableIterator< skString, skRValue > 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 Thu Jan 23 15:25:39 2003 for Simkin by doxygen1.3-rc1