libacfutils
A general purpose library of utility functions designed to make it easier to develop addons for the X-Plane flight simulator.
Loading...
Searching...
No Matches
Data Fields
htbl_bucket_item_t Struct Reference
Collaboration diagram for htbl_bucket_item_t:
Collaboration graph
[legend]

Data Fields

list_node_t bucket_node
 
size_t value_sz
 
union { 
 
   void *   value 
 
   list_t   multi 
 
};  
 
uint8_t key [1]
 

Detailed Description

Definition at line 35 of file htbl.c.

Field Documentation

◆ bucket_node

list_node_t bucket_node

Definition at line 36 of file htbl.c.

◆ key

uint8_t key[1]

Definition at line 42 of file htbl.c.

◆ multi

list_t multi

Definition at line 40 of file htbl.c.

◆ value

void* value

Definition at line 39 of file htbl.c.

◆ value_sz

size_t value_sz

Definition at line 37 of file htbl.c.


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