hashIterator< H, T > Class Template Reference

A hash table iterator class. More...

List of all members.

Public Member Functions

 hashIterator (HASHREC< H, T > **hashBegin)
 Initialise the iterator.
void next (void)
 Move the iterator to point to the next occupied position in the hash table.
HASHREC< H, T > * record (void)
 Return the record currently pointed to.

Detailed Description

template<typename H, typename T>
class hashIterator< H, T >

A hash table iterator class.

This class is used to iterate through a HashTable. It is useful for extracting all items of a hash table.

Author
lapark
Revision
1.2.2.1
Date
2009/11/05 01:54:06
Id
Hashtable.tcc,v 1.2.2.1 2009/11/05 01:54:06 lapark Exp

The documentation for this class was generated from the following file:
 All Classes Functions Variables Friends

Generated on Tue Nov 10 14:12:13 2009 for textIR by  doxygen 1.6.1