SPRAAK
|
Data Fields | |
unsigned int | size |
size of the hash tabel More... | |
unsigned int | fill_size |
nr. of elements filled in the hash list More... | |
unsigned int | prefix_len |
SprStrHashEl ** | tbl |
hash table entries More... | |
SprStrHashEl * | list |
ordered array of hash elements More... | |
_FuncPtr1_STR_HASH_ | hash_func |
_FuncPtr2_STR_HASH_ | cmp_func |
SprStrHashEl * | free_list |
list of free elements More... | |
unsigned int SprStrHashTbl::size |
size of the hash tabel
unsigned int SprStrHashTbl::fill_size |
nr. of elements filled in the hash list
unsigned int SprStrHashTbl::prefix_len |
the elements in the hash table can be complete structures, but the 'str' pointer must point to the hash-key, hence this offset
SprStrHashEl** SprStrHashTbl::tbl |
hash table entries
SprStrHashEl* SprStrHashTbl::list |
ordered array of hash elements
_FuncPtr1_STR_HASH_ SprStrHashTbl::hash_func |
_FuncPtr2_STR_HASH_ SprStrHashTbl::cmp_func |
SprStrHashEl* SprStrHashTbl::free_list |
list of free elements