|
ORIGINAL
|
Implementation of hashTable container. More...
#include "allocator.h"#include "couple.h"#include "hash.h"#include "vector.h"#include "wrapper.h"

Go to the source code of this file.
Classes | |
| class | original::hashTable< K_TYPE, V_TYPE, ALLOC, HASH > |
| Hash table implementation with separate chaining. More... | |
| class | original::hashTable< K_TYPE, V_TYPE, ALLOC, HASH >::hashNode |
| Internal node type for hash table storage. More... | |
| class | original::hashTable< K_TYPE, V_TYPE, ALLOC, HASH >::Iterator |
| Forward iterator for hashTable. More... | |
Namespaces | |
| namespace | original |
| Main namespace for the project Original. | |
Implementation of hashTable container.
Provides a hash table implementation with:
Key Features: