Annotation of embedaddon/confuse/doc/man/man3/cfg_defvalue_t.3, revision 1.1.1.1

1.1       misho       1: .TH "cfg_defvalue_t" 3 "21 Feb 2010" "Version 2.7" "confuse" \" -*- nroff -*-
                      2: .ad l
                      3: .nh
                      4: .SH NAME
                      5: cfg_defvalue_t \- Data structure holding the default value given by the initialization macros.  
                      6: 
                      7: .PP
                      8: .SH SYNOPSIS
                      9: .br
                     10: .PP
                     11: \fC#include <confuse.h>\fP
                     12: .PP
                     13: .SS "Data Fields"
                     14: 
                     15: .in +1c
                     16: .ti -1c
                     17: .RI "long int \fBnumber\fP"
                     18: .br
                     19: .RI "\fIdefault integer value \fP"
                     20: .ti -1c
                     21: .RI "double \fBfpnumber\fP"
                     22: .br
                     23: .RI "\fIdefault floating point value \fP"
                     24: .ti -1c
                     25: .RI "\fBcfg_bool_t\fP \fBboolean\fP"
                     26: .br
                     27: .RI "\fIdefault boolean value \fP"
                     28: .ti -1c
                     29: .RI "char * \fBstring\fP"
                     30: .br
                     31: .RI "\fIdefault string value \fP"
                     32: .ti -1c
                     33: .RI "char * \fBparsed\fP"
                     34: .br
                     35: .RI "\fIdefault value that is parsed by libConfuse, used for lists and functions \fP"
                     36: .in -1c
                     37: .SH "Detailed Description"
                     38: .PP 
                     39: Data structure holding the default value given by the initialization macros. 
                     40: 
                     41: .SH "Author"
                     42: .PP 
                     43: Generated automatically by Doxygen for confuse from the source code.

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