STASIS
A pipeline delivery generator
Loading...
Searching...
No Matches
INIVal Union Reference

Consolidate possible value types. More...

#include <ini.h>

Data Fields

char as_char
 Byte.
unsigned char as_uchar
 Unsigned byte.
short as_short
 Short integer.
unsigned short as_ushort
 Unsigned short integer.
int as_int
 Integer.
unsigned as_uint
 Unsigned integer.
long as_long
 Long integer.
unsigned long as_ulong
 Unsigned long integer.
long long as_llong
 Long long integer.
unsigned long long as_ullong
 Unsigned long long integer.
double as_double
 Double precision float.
float as_float
 Single precision float.
char * as_char_p
 String.
char ** as_char_array_p
 String Array.
bool as_bool
 Boolean.

Detailed Description

Consolidate possible value types.


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