libgslutil  1.2.3
Data Fields
gslutil_cffile_t Struct Reference

Simple configuration file structure. More...

+ Collaboration diagram for gslutil_cffile_t:

Data Fields

struct gslutil_cffile_tupletuples
 List of tuples, sorted lexically by name.
 
int num
 Number of valid tuples.
 
int size
 Size of tuple array.
 

Detailed Description

Simple configuration file structure.

Can be manipulated by gslutil_cffile_add_tuple(), gslutil_cffile_remove_tuple_by_name() and gslutil_cffile_remove_tuple_by_pos(). Can be allocated with gslutil_cffile_alloc() (or as a result of gslutil_cffile_load()) and freed with gslutil_cffile_free(). You can search for a specific tuple with gslutil_cffile_find_tuple().