Detailed Description
Definition at line 86 of file dpborder_hashmap.h.
#include <dpborder_hashmap.h>
Data Fields | |
const char * | keyarray |
unsigned | table_size |
unsigned | size |
struct hashmap_element_s * | elements |
Field Documentation
◆ keyarray
const char* hashmap_s::keyarray |
Definition at line 87 of file dpborder_hashmap.h.
Referenced by hashmap_create(), hashmap_get(), hashmap_hash_helper(), hashmap_rehash_helper(), hashmap_remove(), and hashmap_updateKeyarr().
◆ table_size
unsigned hashmap_s::table_size |
Definition at line 88 of file dpborder_hashmap.h.
Referenced by hashmap_create(), hashmap_get(), hashmap_hash_helper(), hashmap_hash_helper_int_helper(), hashmap_iterate_pairs(), hashmap_rehash_helper(), and hashmap_remove().
◆ size
unsigned hashmap_s::size |
Definition at line 89 of file dpborder_hashmap.h.
Referenced by hashmap_create(), hashmap_hash_helper(), hashmap_isEmpty(), hashmap_iterate_pairs(), hashmap_num_entries(), hashmap_put(), hashmap_putcheck(), hashmap_remove(), partitionIsSorted(), and partitionSortSubsets().
◆ elements
struct hashmap_element_s* hashmap_s::elements |
Definition at line 90 of file dpborder_hashmap.h.
Referenced by dpborder_free(), dpborder_init(), hashmap_create(), hashmap_destroy(), hashmap_get(), hashmap_hash_helper(), hashmap_iterate_pairs(), hashmap_put(), hashmap_putcheck(), and hashmap_remove().