Parsed components of a configuration key.
Declared in <common/args.h>
struct KeyInfo;
| 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. |
| 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. |