INIFlags

INIReader behaviour flags.

These flags can be used to modify INIReader behaviour.

Values

ValueMeaning
ProcessEscapes1 << 0

Should escape sequences be translated?

TrimSections1 << 4

Section names will be trimmed.

TrimKeys1 << 5

Key names will be trimmed.

TrimValues1 << 6

Values will be trimmed.

TrimAllTrimSections | TrimKeys | TrimValues

Section names, keys and values will be trimmed.

Meta