libgslutil  1.2.3
Data Fields
gslutil_cffile2_subsection Struct Reference

Structure for subsection of a configuration file. More...

+ Collaboration diagram for gslutil_cffile2_subsection:

Data Fields

char * name
 Name of [marked] subsection.
 
struct gslutil_cffile_tvalues
 Values associated with subsection.
 

Detailed Description

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.