Scroll to navigation

IniStatistics(3) Library Functions Manual IniStatistics(3)

NAME

IniStatistics - Global statistics about an INI file.

SYNOPSIS

#include <confini.h>

Data Fields


const IniFormat format
const size_t bytes
const size_t members

Detailed Description

Global statistics about an INI file.

Field Documentation

IniStatistics::bytes

The size of the parsed file in bytes

IniStatistics::format

The format of the INI file (see IniFormat)

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()

Author

Generated automatically by Doxygen for libconfini from the source code.

Thu Jul 21 2022 libconfini