Generated hashtable struct type for a given KEY_TYPE and VALUE_TYPE.
More...
#include <fhashtable_template.h>
Public Attributes | |
| uint32_t | count |
| Number of non-empty slots. | |
| uint32_t | capacity |
| Number of slots. | |
| fhashtable_slot_type | slots [] |
| Array of slots. | |
Generated hashtable struct type for a given KEY_TYPE and VALUE_TYPE.