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

An optional type for wrapping a non-NULL char const * value. More...

#include <optional.h>

Data Fields

const char * value
 

Detailed Description

An optional type for wrapping a non-NULL char const * value.

Note
This optional may NOT be used to wrap a NULL pointer. A NULL value is defined to be the OPT_NONE state for this optional. You can thus be sure that this optional will never contain a NULL pointer.

Definition at line 804 of file optional.h.

Field Documentation

◆ value

const char* value

Definition at line 804 of file optional.h.


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