#include <iostream>#include <string>#include <cstring>#include "mempool.h"Go to the source code of this file.
Classes | |
| struct | entry< T > |
| class | htable< T > |
| T is the type of the key and should be (int*) or (char*). More... | |
Defines | |
| #define | Prime1 37 |
| #define | Prime2 1048583 |
| #define | BlockSize 100 |
Typedefs | |
| typedef unsigned int | address |
Enumerations | |
| enum | HT_ACTION { HT_FIND, HT_ENTER, HT_INIT, HT_CONT } |
| #define BlockSize 100 |
| #define Prime1 37 |
| #define Prime2 1048583 |
| enum HT_ACTION |
1.5.9