INIFormatDescriptor

Defines INI format.

This struct defines INI comments and quotes sequences.

INIReader adds no default quotes or comment definitions, and thus when defining custom format make sure to include default definitions to increase compatibility.

Members

Variables

comments
INIBlockDef[] comments;

List of comment definitions to support.

quotes
INIBlockDef[] quotes;

List of quote definitions to support.

Meta