1#ifndef STRING_HASH_CLASS
2#define STRING_HASH_CLASS
27template <
class contents>
Implements hashing into buckets for quick object access.
int estimated_elements() const
returns the size of table we're optimized for.
Implements a hash table indexed on character strings.
string_hash(int estimated_elements)
The guards collection helps in testing preconditions and reporting errors.
A dynamic container class that holds any kind of object via pointers.