Annotation of embedaddon/confuse/doc/man/man3/cfg_value_t.3, revision 1.1

1.1     ! misho       1: .TH "cfg_value_t" 3 "21 Feb 2010" "Version 2.7" "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: .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 "\fIinteger value \fP"
        !            20: .ti -1c
        !            21: .RI "double \fBfpnumber\fP"
        !            22: .br
        !            23: .RI "\fIfloating point value \fP"
        !            24: .ti -1c
        !            25: .RI "\fBcfg_bool_t\fP \fBboolean\fP"
        !            26: .br
        !            27: .RI "\fIboolean value \fP"
        !            28: .ti -1c
        !            29: .RI "char * \fBstring\fP"
        !            30: .br
        !            31: .RI "\fIstring value \fP"
        !            32: .ti -1c
        !            33: .RI "\fBcfg_t\fP * \fBsection\fP"
        !            34: .br
        !            35: .RI "\fIsection value \fP"
        !            36: .ti -1c
        !            37: .RI "void * \fBptr\fP"
        !            38: .br
        !            39: .RI "\fIuser-defined value \fP"
        !            40: .in -1c
        !            41: .SH "Detailed Description"
        !            42: .PP 
        !            43: Data structure holding the value of a fundamental option value. 
        !            44: 
        !            45: .SH "Author"
        !            46: .PP 
        !            47: Generated automatically by Doxygen for confuse from the source code.

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