ARB
|
Public Attributes | |
size_t | size |
size_t | nelem |
GB_CASE | case_sens |
gbs_hash_entry ** | entries |
void(* | freefun )(long val) |
Definition at line 28 of file adhash.cxx.
size_t GB_HASH::size |
Definition at line 29 of file adhash.cxx.
Referenced by find_hash_entry(), GBS_create_hash(), GBS_erase_hash(), GBS_hash_do_const_loop(), GBS_hash_do_loop(), GBS_hash_next_element_that(), GBS_optimize_hash(), and get_sorted_hash_values().
size_t GB_HASH::nelem |
Definition at line 30 of file adhash.cxx.
Referenced by delete_from_list(), GBS_create_hash(), GBS_erase_hash(), GBS_hash_elements(), GBS_incr_hash(), GBS_optimize_hash(), get_sorted_hash_values(), and write_hash().
GB_CASE GB_HASH::case_sens |
Definition at line 31 of file adhash.cxx.
Referenced by find_hash_entry(), GBS_create_hash(), and GBS_optimize_hash().
gbs_hash_entry** GB_HASH::entries |
Definition at line 32 of file adhash.cxx.
Referenced by delete_from_list(), find_hash_entry(), GBS_create_hash(), GBS_erase_hash(), GBS_free_hash(), GBS_hash_do_const_loop(), GBS_hash_do_loop(), GBS_hash_next_element_that(), GBS_incr_hash(), GBS_optimize_hash(), get_sorted_hash_values(), and write_hash().
void(* GB_HASH::freefun)(long val) |
Definition at line 34 of file adhash.cxx.
Referenced by delete_from_list(), GBS_create_dynaval_hash(), GBS_create_hash(), and GBS_erase_hash().