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

skTHashTableIterator Class Template 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>
class skTHashTableIterator< TKey, TValue >

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


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