data-structures-c
Loading...
Searching...
No Matches
fhashtable Struct Reference

Generated hashtable struct type for a given KEY_TYPE and VALUE_TYPE. More...

#include <fhashtable.h>

Public Attributes

uint32_t count
 Number of non-empty slots.
 
uint32_t capacity
 Number of slots.
 
fhashtable_slot_type slots []
 Array of slots.
 

Detailed Description

Generated hashtable struct type for a given KEY_TYPE and VALUE_TYPE.


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