#include <iostream>


Go to the source code of this file.
Classes | |
| struct | ENTRY |
| class | htable |
| Hash Table for strings. More... | |
Defines | |
| #define | Prime1 37 |
| #define | Prime2 1048583 |
| #define | BlockSize 100 |
Typedefs | |
| typedef struct ENTRY | entry |
| typedef unsigned int | address |
Enumerations | |
| enum | HT_ACTION { HT_FIND, HT_ENTER, HT_INIT, HT_CONT } |
| enum | HTYPE { STR, STRPTR, INT, INTPTR } |
| #define BlockSize 100 |
Referenced by htable::htable().
| #define Prime1 37 |
Referenced by htable::HashStr().
| #define Prime2 1048583 |
Referenced by htable::HashStr().
| typedef unsigned int address |
| enum HT_ACTION |
| enum HTYPE |
1.5.9