ucx
UAP Common Extensions
Loading...
Searching...
No Matches
Data Fields
cx_hash_map_s Struct Reference

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.
 

Detailed Description

Internal structure for a hash map.


The documentation for this struct was generated from the following file: