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

Data Fields

avl_tree_t tree
 
list_t lru
 
size_t sz
 
size_t cap
 

Detailed Description

Definition at line 92 of file glutils.c.

Field Documentation

◆ cap

size_t cap

Definition at line 96 of file glutils.c.

◆ lru

list_t lru

Definition at line 94 of file glutils.c.

◆ sz

size_t sz

Definition at line 95 of file glutils.c.

◆ tree

avl_tree_t tree

Definition at line 93 of file glutils.c.


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