|
goptions
|
#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 |
| Encapsulates a variable with a name, value, and description. More... | |
| class | GOption |
| Represents a configurable option with a name, value(s), description, and help text. More... | |