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

#include <list_impl.h>

Collaboration diagram for list_t:
Collaboration graph
[legend]

Data Fields

size_t list_size
 
size_t list_offset
 
size_t list_count
 
struct list_node list_head
 

Detailed Description

See list_t for more information.

Definition at line 48 of file list_impl.h.

Field Documentation

◆ list_count

size_t list_count

Definition at line 51 of file list_impl.h.

◆ list_head

struct list_node list_head

Definition at line 52 of file list_impl.h.

◆ list_offset

size_t list_offset

Definition at line 50 of file list_impl.h.

◆ list_size

size_t list_size

Definition at line 49 of file list_impl.h.


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