HashTable< H, T > Class Template Reference

A hash table class. More...

List of all members.

Public Member Functions

 HashTable (int size=TSIZE)
 Initialise the hash table to be length size.
HASHREC< H, T > * hashsearch (H w)
 Look up the key w and return the record if found.
void hashinsert (H w, T data)
 Insert a record with key w and given data.
HASHREC< H, T > ** begin (void)
 Return a pointer to the beginning of the hash table.

Detailed Description

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

A hash table class.

This class is a hash table used to efficiently store and retieve HASHREC items.

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