Splits Rule class into: Rule, RuleBase, RuleMarker

This commit is contained in:
Felipe Zimmerle
2019-02-18 15:42:13 -03:00
parent fda03c0016
commit 43f8aee6b6
18 changed files with 948 additions and 851 deletions

View File

@@ -40,7 +40,7 @@ class Rule;
class RulesSetPhases {
public:
bool insert(std::shared_ptr<Rule> rule);
bool insert(std::shared_ptr<RuleBase> rule);
int append(RulesSetPhases *from, std::ostringstream *err);
void dump() const;