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

skTHashTableIterator Template Class Reference

This class provides a type-safe iterator for the templated hash table. More...

#include <skHashTable.h>

Inheritance diagram for skTHashTableIterator:

skHashTableIterator List of all members.

Public Methods

 skTHashTableIterator (const skTHashTable<TKey,TValue>&)
 constructs the iterator referring to the given table.

TKey* key () const
 returns the current key.

TValue* value () const
 returns the current value.


Detailed Description

template<class TKey, class TValue> template class skTHashTableIterator

This class provides a type-safe iterator for the templated hash table.


The documentation for this class was generated from the following files:
Generated at Wed May 9 11:32:22 2001 for Simkin by doxygen1.2.1 written by Dimitri van Heesch, © 1997-2000