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... | |