File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / confuse / doc / man / man3 / cfg_value_t.3
Revision 1.1.1.2 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Mar 17 00:49:17 2021 UTC (3 years, 4 months ago) by misho
Branches: confuse, MAIN
CVS tags: v3_3, HEAD
confuse 3.3

.TH "cfg_value_t" 3 "Thu Jun 25 2020" "Version 3.3" "confuse" \" -*- nroff -*-
.ad l
.nh
.SH NAME
cfg_value_t \- Data structure holding the value of a fundamental option value\&.  

.SH SYNOPSIS
.br
.PP
.PP
\fC#include <confuse\&.h>\fP
.SS "Data Fields"

.in +1c
.ti -1c
.RI "long int \fBnumber\fP"
.br
.RI "integer value "
.ti -1c
.RI "double \fBfpnumber\fP"
.br
.RI "floating point value "
.ti -1c
.RI "\fBcfg_bool_t\fP \fBboolean\fP"
.br
.RI "boolean value "
.ti -1c
.RI "char * \fBstring\fP"
.br
.RI "string value "
.ti -1c
.RI "\fBcfg_t\fP * \fBsection\fP"
.br
.RI "section value "
.ti -1c
.RI "void * \fBptr\fP"
.br
.RI "user-defined value "
.in -1c
.SH "Detailed Description"
.PP 
Data structure holding the value of a fundamental option value\&. 

.SH "Author"
.PP 
Generated automatically by Doxygen for confuse from the source code\&.

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>