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
conf_key_t Struct Reference

Data Fields

char * key
 
conf_key_type_t type
 
union { 
 
   char *   str 
 
   struct { 
 
      void *   buf 
 
      size_t   sz 
 
   }   data 
 
};  
 
avl_node_t node
 

Detailed Description

Definition at line 50 of file conf.c.

Field Documentation

◆ buf

void* buf

Definition at line 56 of file conf.c.

◆ key

char* key

Definition at line 51 of file conf.c.

◆ node

avl_node_t node

Definition at line 60 of file conf.c.

◆ str

char* str

Definition at line 54 of file conf.c.

◆ sz

size_t sz

Definition at line 57 of file conf.c.

◆ type

conf_key_type_t type

Definition at line 52 of file conf.c.


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