#include "common.h"#include "hash/db_hash.h"#include "hash/dbr_hash.h"#include "hash/dbb_hash.h"#include "hash/dbo_hash.h"#include "hash/dsb_hash.h"#include "hash/dso_hash.h"Go to the source code of this file.
Data Structures | |
| struct | hash_slot_struct |
Defines | |
| #define | HASH_PRIME 29 |
| #define | HASH_MAX_ITERATIONS 100 |
Typedefs | |
| typedef struct hash_slot_struct * | hash_slot_t |
Definition in file hash.h.
| #define HASH_MAX_ITERATIONS 100 |
Definition at line 36 of file hash.h.
Referenced by DHashBase< KT, struct dbo_hash_slot< KT, VT > >::search().
| #define HASH_PRIME 29 |
Definition at line 35 of file hash.h.
Referenced by DHashBase< KT, struct dbo_hash_slot< KT, VT > >::secondaryHashCode().
| typedef struct hash_slot_struct* hash_slot_t |
1.6.1