| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

RuleParser::AnyRule Class Reference

Always returns true, for any input. More...

#include <Rules.h>

Inheritance diagram for RuleParser::AnyRule:

[legend]
Collaboration diagram for RuleParser::AnyRule:
[legend]
List of all members.

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
RulemA
RulemB

Detailed Description

Always returns true, for any input.

Definition at line 44 of file Rules.h.


Constructor & Destructor Documentation

RuleParser::AnyRule::AnyRule ( std::string  n = "AnyRule"  )  [inline]

Definition at line 47 of file Rules.h.

00047 : Rule(n) {};

virtual RuleParser::AnyRule::~AnyRule (  )  [inline, virtual]

Definition at line 48 of file Rules.h.

00048 {};


Member Function Documentation

virtual bool RuleParser::AnyRule::select ( const Queriable  )  [inline, virtual]

Implements RuleParser::Rule.

Definition at line 49 of file Rules.h.

00049 { return true; };

virtual const std::string& RuleParser::Rule::name (  )  const [inline, virtual, inherited]

Definition at line 25 of file Rules.h.

00025 { return m_name; };


Member Data Documentation

std::string RuleParser::Rule::m_name [protected, inherited]

Definition at line 30 of file Rules.h.

Rule* RuleParser::Rule::mA [protected, inherited]

Definition at line 32 of file Rules.h.

Rule* RuleParser::Rule::mB [protected, inherited]

Definition at line 33 of file Rules.h.


The documentation for this class was generated from the following file:
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 20:09:15 2011 for RuleParser by doxygen 1.4.7