ucx
UAP Common Extensions
|
Internal structure for a hash map. More...
#include <hash_map.h>
Data Fields | |
struct cx_map_s | base |
Base structure for maps. | |
struct cx_hash_map_element_s ** | buckets |
The buckets of this map, each containing a linked list of elements. | |
size_t | bucket_count |
The number of buckets. | |
Internal structure for a hash map.