libconfini: IniStatistics Struct Reference (original) (raw)
Global statistics about an INI file. More...
#include <[confini.h](confini%5F8h%5Fsource.html)>
| Data Fields | |
|---|---|
| const IniFormat | format |
| const size_t | bytes |
| const size_t | members |
Detailed Description
Global statistics about an INI file.
Field Documentation
◆ bytes
IniStatistics::bytes
The size of the parsed file in bytes
◆ format
IniStatistics::format
The format of the INI file (see IniFormat)
◆ members
IniStatistics::members
The size of the parsed file in number of members (nodes) – this number always equals the number of dispatches that will be produced by load_ini_file(), load_ini_path() or strip_ini_cache()
The documentation for this struct was generated from the following files: