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
avl_tree_t Struct Reference
Collaboration diagram for avl_tree_t:
Collaboration graph
[legend]

Data Fields

struct avl_nodeavl_root
 
int(* avl_compar )(const void *, const void *)
 
size_t avl_offset
 
unsigned long avl_numnodes
 
size_t avl_size
 

Detailed Description

Type used for the root of the AVL tree.

Definition at line 149 of file avl_impl.h.

Field Documentation

◆ avl_compar

int(* avl_compar) (const void *, const void *)

Definition at line 151 of file avl_impl.h.

◆ avl_numnodes

unsigned long avl_numnodes

Definition at line 153 of file avl_impl.h.

◆ avl_offset

size_t avl_offset

Definition at line 152 of file avl_impl.h.

◆ avl_root

struct avl_node* avl_root

Definition at line 150 of file avl_impl.h.

◆ avl_size

size_t avl_size

Definition at line 154 of file avl_impl.h.


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