SELKIELogger
1.0.0
|
Representation of a parsed .ini file. More...
#include <LoggerConfig.h>
Public Attributes | |
size_t | sectsize |
Allocated size of *sects. | |
int | numsects |
Number of sections defined. | |
config_section * | sects |
Array of sections. | |
Representation of a parsed .ini file.
Represents a configuration file as an array of sections, each containing the individual key=value pairs.
Comments are not included.
Any options present at the top of a file, outside any section, are present in the first section with the section name set to an empty string.
Definition at line 72 of file LoggerConfig.h.