Parsed components of a configuration key.

Synopsis

Declared in <common/args.h>

struct KeyInfo;

Data Members

Name

Description

name

Setting name without any section prefix or negation.

negated

True if the key was written in negated (‐nofoo) form.

section

Section the key belongs to, or empty for the default section.

Non-Member Functions

Name

Description

InterpretKey

Split a raw configuration key into its section, name, and negation.

InterpretValue

Interpret a raw configuration value according to a key and its flags.

Created with MrDocs