File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / confuse / doc / man / man3 / cfg_value_t.3
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Jan 24 14:48:55 2017 UTC (7 years, 7 months ago) by misho
Branches: confuse, MAIN
CVS tags: v2_7, HEAD
confuse 2.7

.TH "cfg_value_t" 3 "21 Feb 2010" "Version 2.7" "confuse" \" -*- nroff -*-
.ad l
.nh
.SH NAME
cfg_value_t \- Data structure holding the value of a fundamental option value.  

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

.in +1c
.ti -1c
.RI "long int \fBnumber\fP"
.br
.RI "\fIinteger value \fP"
.ti -1c
.RI "double \fBfpnumber\fP"
.br
.RI "\fIfloating point value \fP"
.ti -1c
.RI "\fBcfg_bool_t\fP \fBboolean\fP"
.br
.RI "\fIboolean value \fP"
.ti -1c
.RI "char * \fBstring\fP"
.br
.RI "\fIstring value \fP"
.ti -1c
.RI "\fBcfg_t\fP * \fBsection\fP"
.br
.RI "\fIsection value \fP"
.ti -1c
.RI "void * \fBptr\fP"
.br
.RI "\fIuser-defined value \fP"
.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>