Main Page   Data Structures   File List   Data Fields   Globals   Examples  

cfg_value_t Union Reference

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.


Detailed Description

Data structure holding the value of a fundamental option value.