goptions
|
#include "goptionsConventions.h"
#include "gutsConventions.h"
#include <map>
#include <fstream>
#include <vector>
#include <string>
#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, description, and help text. More... | |