SELKIELogger  1.0.0
ini_config Struct Reference

Representation of a parsed .ini file. More...

#include <LoggerConfig.h>

Collaboration diagram for ini_config:

Public Attributes

size_t sectsize
 Allocated size of *sects.
 
int numsects
 Number of sections defined.
 
config_sectionsects
 Array of sections.
 

Detailed Description

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.


The documentation for this struct was generated from the following file: