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

An optional type for wrapping a non-NULL vect3l_t value. More...

#include <optional.h>

Collaboration diagram for opt_vect3l_t:
Collaboration graph
[legend]

Data Fields

vect3l_t value
 

Detailed Description

An optional type for wrapping a non-NULL vect3l_t value.

Note
This optional may NOT be used to wrap a NULL_VECT3L value. A null vector value is defined to be the OPT_NONE state for this optional.

Definition at line 826 of file optional.h.

Field Documentation

◆ value

vect3l_t value

Definition at line 826 of file optional.h.


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