| 43 | Interface* RuleSetFactory::interface_ptr = nullptr; |
| 44 | |
| 45 | void RuleSetFactory::setInterface(Interface* ptr) |
| 46 | { |
| 47 | RuleSetFactory::interface_ptr = ptr; |
| 48 | } |
| 49 | |
| 50 | std::vector<std::shared_ptr<RuleSet>> RuleSetFactory::generateDefaultRuleSet() |
| 51 | { |
nothing calls this directly
no outgoing calls
no test coverage detected