libgslutil
1.2.3
|
Structure for subsection of a configuration file. More...
Data Fields | |
char * | name |
Name of [marked] subsection. | |
struct gslutil_cffile_t * | values |
Values associated with subsection. | |
Structure for subsection of a configuration file.
This structure holds the data in a [marked] subsection of a configuration file. The subsection title is held in name, and the tuples within it in values. values can be manipulated as desired.