manpagez: man pages & more
man cfg_value_t(3)
Home | html | info | man
cfg_value_t(3)                      confuse                     cfg_value_t(3)




NAME

       cfg_value_t - 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.



Version 2.8                     Wed Oct 14 2015                 cfg_value_t(3)

libconfuse 2.8 - Generated Wed Sep 21 18:37:14 CDT 2016
© manpagez.com 2000-2025
Individual documents may contain additional copyright information.