cfg_value_t - Data structure holding the value of a fundamental option value.
Contents
Detailed Description
Data structure holding the value of a fundamental option value.
Name
cfg_value_t - Data structure holding the value of a fundamental option value.
Synopsis
#include <confuse.h>
DataFields
long int number
integer value
double fpnumber
floating point value
cfg_bool_tboolean
boolean value
char * string
string value
cfg_t * section
section value
void * ptr
user-defined value
