logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

cfg_value_t - Data structure holding the value of a fundamental option value.

Author

       Generated automatically by Doxygen for confuse from the source code.

confuse                                            Version 3.3                                    cfg_value_t(3)

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

See Also