![]() |
Version: 1.0 |
Is the base class for the RuleSet from which every user-defined RuleSet should inherit. More...
#include <base_ruleset.h>
Public Member Functions | |
BaseRuleSet (bool force_generation=false) | |
BaseRuleSet (std::filesystem::path custom_path) | |
rule_set | GetRuleSet () |
virtual rule_set | GenerateRuleSet ()=0 |
Is the base class for the RuleSet from which every user-defined RuleSet should inherit.
It contains member functions (LoadRuleSet and SaveRuleSet) to load and store a .yaml file which define the RuleSet.
Definition at line 26 of file base_ruleset.h.
|
inline |
Definition at line 64 of file base_ruleset.h.
|
inline |
Definition at line 69 of file base_ruleset.h.
|
pure virtual |
|
inline |
Definition at line 73 of file base_ruleset.h.