|
goptions
|
Definitions of GVariable : and GOption : used by GOptions : . More...
#include "goptionsConventions.h"#include <map>#include <fstream>#include <vector>#include <string>#include <algorithm>#include "yaml-cpp/yaml.h"

Go to the source code of this file.
Data Structures | |
| struct | GVariable |
| Describes a schema entry: key name, default value, and user-facing description. More... | |
| class | GOption |
| Stores one configuration option (scalar or structured), including schema defaults and current value. More... | |