--- embedaddon/confuse/doc/html/unioncfg__value__t.html 2017/01/24 14:48:55 1.1.1.1 +++ embedaddon/confuse/doc/html/unioncfg__value__t.html 2021/03/17 00:49:17 1.1.1.2 @@ -1,70 +1,113 @@ - - + + - - confuse: cfg_value_t Union Reference - + + + +confuse: cfg_value_t Union Reference + + + + + + + +
+
+ + + + + + +
+
confuse +  3.3 +
+
+
+ + + + + + + + +
+
-
- - - - +
+ +
+
cfg_value_t Union Reference
+
-

cfg_value_t Union Reference

Data structure holding the value of a fundamental option value. -More... -

-#include <confuse.h> -

- - - - - - +

Data structure holding the value of a fundamental option value. + More...

- - - - - - - - - - - - - +

#include <confuse.h>

+

Data Fields

-long int number
 integer value
-double fpnumber
 floating point value
-cfg_bool_t boolean
 boolean value
-char * string
 string value
-cfg_tsection
 section value
-void * ptr
 user-defined value
+ + + + + + + + + + + + + + + + + + +

+Data Fields

+long int number
 integer value
 
+double fpnumber
 floating point value
 
+cfg_bool_t boolean
 boolean value
 
+char * string
 string value
 
+cfg_tsection
 section value
 
+void * ptr
 user-defined value
 
-


Detailed Description

-Data structure holding the value of a fundamental option value.
- -
- +

Detailed Description

+

Data structure holding the value of a fundamental option value.

+
+ + +