libconfini
Yet another INI parser
|
Global statistics about an INI file. More...
#include <confini.h>
Data Fields | |
const IniFormat | format |
const size_t | bytes |
const size_t | members |
Global statistics about an INI file.
IniStatistics::bytes |
The size in bytes of the parsed file
IniStatistics::format |
The format of the INI file (see IniFormat)
IniStatistics::members |
The size in number of members (nodes) of the parsed file – this number always equals the number of dispatches that will be sent by load_ini_file(), load_ini_path() or strip_ini_cache()