libgslutil
1.2.3
|
Simple configuration file structure. More...
Data Fields | |
struct gslutil_cffile_tuple * | tuples |
List of tuples, sorted lexically by name. | |
int | num |
Number of valid tuples. | |
int | size |
Size of tuple array. | |
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().