#include <Rules.h>
Inheritance diagram for RuleParser::NotRule:
Public Member Functions | |
| NotRule (std::string n, Rule *a) | |
| virtual | ~NotRule () |
| virtual bool | select (const Queriable *thing) |
| virtual const std::string & | name () const |
Protected Attributes | |
| std::string | m_name |
| Rule * | mA |
| Rule * | mB |
Definition at line 115 of file Rules.h.
| RuleParser::NotRule::NotRule | ( | std::string | n, | |
| Rule * | a | |||
| ) | [inline] |
| virtual RuleParser::NotRule::~NotRule | ( | ) | [inline, virtual] |
| virtual bool RuleParser::NotRule::select | ( | const Queriable * | thing | ) | [inline, virtual] |
| virtual const std::string& RuleParser::Rule::name | ( | ) | const [inline, virtual, inherited] |
std::string RuleParser::Rule::m_name [protected, inherited] |
Rule* RuleParser::Rule::mA [protected, inherited] |
Rule* RuleParser::Rule::mB [protected, inherited] |
1.4.7