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

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

#include <fhashtable.h>

Public Attributes

uint32_t offset
 Offset from the ideal slot index.
 
KEY_TYPE key
 The key in this slot.
 
VALUE_TYPE value
 The value in this slot.
 

Detailed Description

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


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