cfg_value_t - Man Page

Data structure holding the value of a fundamental option value.

Synopsis

#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_t * section
section value
void * ptr
user-defined value

Detailed Description

Data structure holding the value of a fundamental option value.

Author

Generated automatically by Doxygen for confuse from the source code.

Info

Thu Jun 25 2020 Version 3.3 confuse