cfg_defvalue_t(3) confuse cfg_defvalue_t(3)
NAME
cfg_defvalue_t - Data structure holding the default value given by the
initialization macros.
SYNOPSIS
#include <confuse.h>
Data Fields
long int number
default integer value
double fpnumber
default floating point value
cfg_bool_t boolean
default boolean value
const char * string
default string value
char * parsed
default value that is parsed by libConfuse, used for lists and
functions
Detailed Description
Data structure holding the default value given by the initialization
macros.
Author
Generated automatically by Doxygen for confuse from the source code.
Version 3.1 Wed May 24 2017 cfg_defvalue_t(3)
libconfuse 3.1 - Generated Mon May 29 06:37:53 CDT 2017
