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

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

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