libini_config 0.1.3
Modules | Defines
Meta data
INI configuration interface

Modules

 Meta data section names

Defines

#define INI_META_ACTION_NOPARSE   0x10000000
 Collect only meta data.

Detailed Description

Metadata is a collection of a similar structure as any ini file. The difference is that there are some predefined sections and attributes inside these sections. Using meta flags one can specify what section he is interested in including into the meta data. If a flag for a corresponding meta data section is specified the data for this section will be included into the meta data collection. The caller can then use meta data collection to get items from it and then get a specific value using a corresponding conversion function.

Think about the meta data as an INI file that looks like this:

[ACCESS]

[ERROR]

[TBD]

The names of the keys and sections provide an example of how the meta data is structured. Look information about specific sections and available keys in this manual to get the exact set of currently supported sections and keys.


Define Documentation

#define INI_META_ACTION_NOPARSE   0x10000000

Collect only meta data.

Special flag that indicates that only meta data needs to be collected. No parsing should be performed.

 All Data Structures