#include <Rules.h>
Inheritance diagram for RuleParser::AnyRule:
Public Member Functions | |
| AnyRule (std::string n="AnyRule") | |
| virtual | ~AnyRule () |
| virtual bool | select (const Queriable *) |
| virtual const std::string & | name () const |
Protected Attributes | |
| std::string | m_name |
| Rule * | mA |
| Rule * | mB |
Definition at line 44 of file Rules.h.
| RuleParser::AnyRule::AnyRule | ( | std::string | n = "AnyRule" |
) | [inline] |
| virtual RuleParser::AnyRule::~AnyRule | ( | ) | [inline, virtual] |
| virtual bool RuleParser::AnyRule::select | ( | const Queriable * | ) | [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