struct Gambit::IniParser::Types::Observable

[No description available]

Public Functions

Name
Observable()
Default constructor, to ensure the default values are not gibberish.

Public Attributes

Name
std::stringpurpose
std::stringcapability
std::stringtype
std::stringfunction
std::stringmodule
std::stringbackend
std::stringversion
boolprintme
boolweakrule
Optionsoptions
YAML::Nodesubcaps
std::vector< Observable >dependencies
std::vector< Observable >backends
std::vector< std::string >functionChain

Public Functions Documentation

function Observable

inline Observable()

Default constructor, to ensure the default values are not gibberish.

Public Attributes Documentation

variable purpose

std::string purpose;

variable capability

std::string capability;

variable type

std::string type;

variable function

std::string function;

variable module

std::string module;

variable backend

std::string backend;

variable version

std::string version;

variable printme

bool printme;

variable weakrule

bool weakrule;

variable options

Options options;

variable subcaps

YAML::Node subcaps;

variable dependencies

std::vector< Observable > dependencies;

variable backends

std::vector< Observable > backends;

variable functionChain

std::vector< std::string > functionChain;

Updated on 2023-06-26 at 21:36:52 +0000