#include <iostream>#include "EST_String.h"#include "EST_system.h"#include "EST_bool.h"#include "EST_TIterator.h"#include "instantiate/EST_THashI.h"#include "instantiate/EST_TStringHashI.h"

Go to the source code of this file.
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_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_THash< K, V >::IPointer |
| class | EST_THash< K, V >::IPointer_k |
| class | EST_TStringHash< V > |
| A specialised hash table for when the key is an EST_String. More... | |