#include <sih.h>
Public Attributes | |
double | max_occupancy |
double | growth_ratio |
int | warn_on_update |
int | nslots |
int | nentries |
sih_slot_t * | slots |
Definition at line 43 of file sih.h.
|
ratio of expansion when above is violated Definition at line 45 of file sih.h. Referenced by sih_add(), sih_create(), sih_val_read_from_file(), and sih_val_write_to_file(). |
|
max. allowed occupancy rate Definition at line 44 of file sih.h. Referenced by sih_add(), sih_create(), sih_val_read_from_file(), and sih_val_write_to_file(). |
|
# of actual entries Definition at line 48 of file sih.h. Referenced by read_voc(), sih_add(), sih_create(), sih_val_read_from_file(), and sih_val_write_to_file(). |
|
# of slots in the hash table Definition at line 47 of file sih.h. Referenced by get_vocab_from_vocab_ht(), sih_add(), sih_create(), sih_lookup(), sih_val_read_from_file(), and sih_val_write_to_file(). |
|
array of (string,intval) pairs Definition at line 49 of file sih.h. Referenced by get_vocab_from_vocab_ht(), sih_add(), sih_create(), sih_lookup(), sih_val_read_from_file(), and sih_val_write_to_file(). |
|
print warning if same string is hashed again Definition at line 46 of file sih.h. Referenced by sih_add(), sih_create(), sih_val_read_from_file(), and sih_val_write_to_file(). |