typedef struct t_section


o psz_Name
name of this section
o psz_Description
an optional description of this section
o psz_Comment
an optional comment of this section, eg.
o n_Status
the status of this section FIXME: not implemented yet
o p_Variables
variables in this section
o p_Subsections
subsections of this section
o p_Parent
parent-section of this section
o p_Next
pointer to next section
o p_Prev
pointer to previous section
structure for sections and subsections. a user should not fiddle with this structure directly but use the library functions instead. for that reason, the structure is defined here and not in the header file.

defined in 'cconfig.c'

See Also:
t_variable
t_config

Alphabetic index



This page was generated with the help of DOC++.