Gambit::IniParser::Types::Observable Struct Reference
Collaboration diagram for Gambit::IniParser::Types::Observable:
![]()
Detailed DescriptionDefinition at line 48 of file yaml_parser.hpp. Constructor & Destructor Documentation◆ Observable()
Default constructor, to ensure the default values are not gibberish. Definition at line 66 of file yaml_parser.hpp. std::vector< std::string > functionChain Definition: yaml_parser.hpp:63 std::vector< Observable > backends Definition: yaml_parser.hpp:62 std::vector< Observable > dependencies Definition: yaml_parser.hpp:61 std::string capability Definition: yaml_parser.hpp:51 Member Data Documentation◆ backend
Definition at line 55 of file yaml_parser.hpp. Referenced by Gambit::DRes::backendFuncMatchesIniEntry(). ◆ backends
Definition at line 62 of file yaml_parser.hpp. Referenced by Gambit::IniParser::IniFile::getRules(). ◆ capability
Definition at line 51 of file yaml_parser.hpp. Referenced by Gambit::DRes::backendFuncMatchesIniEntry(), Gambit::DRes::capabilityMatchesIniEntry(), Gambit::DRes::getEntryLevelForOptions(), Gambit::DRes::moduleFuncMatchesIniEntry(), and Gambit::DRes::quantityMatchesIniEntry(). ◆ dependencies
Definition at line 61 of file yaml_parser.hpp. Referenced by Gambit::IniParser::IniFile::getRules(). ◆ function
Definition at line 53 of file yaml_parser.hpp. Referenced by Gambit::DRes::backendFuncMatchesIniEntry(), Gambit::DRes::getEntryLevelForOptions(), Gambit::DRes::moduleFuncMatchesIniEntry(), Gambit::DRes::DependencyResolver::resolveDependency(), and Gambit::DRes::Rule::Rule(). ◆ functionChain
Definition at line 63 of file yaml_parser.hpp. Referenced by Gambit::IniParser::IniFile::getRules(). ◆ module
Definition at line 54 of file yaml_parser.hpp. Referenced by Gambit::DRes::getEntryLevelForOptions(), Gambit::DRes::moduleFuncMatchesIniEntry(), Gambit::DRes::DependencyResolver::resolveDependency(), and Gambit::DRes::Rule::Rule(). ◆ options
Definition at line 59 of file yaml_parser.hpp. Referenced by Gambit::DRes::DependencyResolver::generateTree(), and Gambit::IniParser::IniFile::getRules(). ◆ printme
Definition at line 57 of file yaml_parser.hpp. Referenced by Gambit::IniParser::IniFile::getRules(). ◆ purpose
Definition at line 50 of file yaml_parser.hpp. Referenced by Gambit::Likelihood_Container::Likelihood_Container(). ◆ subcaps
Definition at line 60 of file yaml_parser.hpp. Referenced by Gambit::IniParser::IniFile::getRules(). ◆ type
Definition at line 52 of file yaml_parser.hpp. Referenced by Gambit::DRes::backendFuncMatchesIniEntry(), Gambit::DRes::getEntryLevelForOptions(), Gambit::IniParser::IniFile::getRules(), Gambit::DRes::moduleFuncMatchesIniEntry(), and Gambit::DRes::quantityMatchesIniEntry(). ◆ version
Definition at line 56 of file yaml_parser.hpp. Referenced by Gambit::DRes::backendFuncMatchesIniEntry(). ◆ weakrule
Definition at line 58 of file yaml_parser.hpp. Referenced by Gambit::IniParser::IniFile::getRules(). The documentation for this struct was generated from the following file:
|