|
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 of the parsed file in bytes
| IniStatistics::format |
The format of the INI file (see struct IniFormat)
| IniStatistics::members |
The size of the parsed file in members (nodes) – this number equals the number of dispatches
1.8.14