Go to main content

man pages section 3: Library Interfaces and Headers

Exit Print View

Updated: Wednesday, July 27, 2022
 
 

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

Description

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.



ATTRIBUTES
       See attributes(7) for descriptions of the following attributes:


       +---------------+--------------------+
       |ATTRIBUTE TYPE |  ATTRIBUTE VALUE   |
       +---------------+--------------------+
       |Availability   | library/libconfuse |
       +---------------+--------------------+
       |Stability      | Uncommitted        |
       +---------------+--------------------+

NOTES
       Source code for open source software components in Oracle Solaris can
       be found at https://www.oracle.com/downloads/opensource/solaris-source-
       code-downloads.html.

       This software was built from source available at
       https://github.com/oracle/solaris-userland.  The original community
       source was downloaded from
       https://github.com/martinh/libconfuse/releases/download/v3.2/confuse-3.2.tar.gz.

       Further information about this software can be found on the open source
       community website at https://github.com/martinh/libconfuse.



Version 3.2                     Sat Jun 3 2017                  cfg_value_t(3)