#include <vector>


Go to the source code of this file.
Classes | |
| struct | TagInfo |
| Represents a (Tag,ID)-pair. More... | |
| class | StringHash |
| Represents a string hash function. More... | |
Namespaces | |
| namespace | std |
| STL namespace. | |
Defines | |
| #define | HASH_BASE 31 |
| #define | HASH_BASE 31 |
| The hash base, defining the number of buckets that are available. | |
Header file specifying constructors, destructor and functions for stringhash.cpp.
Definition in file stringhash.h.
| #define HASH_BASE 31 |
The hash base, defining the number of buckets that are available.
To reach best results, this should be a prime number.
Definition at line 44 of file stringhash.h.
1.5.9