Edinburgh Speech Tools  2.1-release
Collaboration diagram for Hash Tables:

Classes

class  EST_HashFunctions
 This is just a convenient place to put some useful hash functions. More...
 
class  EST_THash< K, V >
 An open hash table. The number of buckets should be set to allow enough space that there are relatively few entries per bucket on average. More...
 
class  EST_Hash_Pair< K, V >
 This class is used in hash tables to hold a key value pair. Not much to say beyond that. More...
 
class  EST_TStringHash< V >
 A specialised hash table for when the key is an EST_String. More...
 

Detailed Description

Author
Richard Caley rjc@c.nosp@m.str..nosp@m.ed.ac.nosp@m..uk
Version
Id
EST_THash.h,v 1.6 2004/09/29 08:24:17 robert Exp