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, 3 months ago) by misho
Branches: confuse, MAIN
CVS tags: v3_3, HEAD
confuse 3.3

    1: .TH "cfg_value_t" 3 "Thu Jun 25 2020" "Version 3.3" "confuse" \" -*- nroff -*-
    2: .ad l
    3: .nh
    4: .SH NAME
    5: cfg_value_t \- Data structure holding the value of a fundamental option value\&.  
    6: 
    7: .SH SYNOPSIS
    8: .br
    9: .PP
   10: .PP
   11: \fC#include <confuse\&.h>\fP
   12: .SS "Data Fields"
   13: 
   14: .in +1c
   15: .ti -1c
   16: .RI "long int \fBnumber\fP"
   17: .br
   18: .RI "integer value "
   19: .ti -1c
   20: .RI "double \fBfpnumber\fP"
   21: .br
   22: .RI "floating point value "
   23: .ti -1c
   24: .RI "\fBcfg_bool_t\fP \fBboolean\fP"
   25: .br
   26: .RI "boolean value "
   27: .ti -1c
   28: .RI "char * \fBstring\fP"
   29: .br
   30: .RI "string value "
   31: .ti -1c
   32: .RI "\fBcfg_t\fP * \fBsection\fP"
   33: .br
   34: .RI "section value "
   35: .ti -1c
   36: .RI "void * \fBptr\fP"
   37: .br
   38: .RI "user-defined value "
   39: .in -1c
   40: .SH "Detailed Description"
   41: .PP 
   42: Data structure holding the value of a fundamental option value\&. 
   43: 
   44: .SH "Author"
   45: .PP 
   46: Generated automatically by Doxygen for confuse from the source code\&.

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