|
LRAUV
revA
|
A logging Rule implementing a logical NOT() of another rules. More...
#include <LoggerRules.h>


Public Member Functions | |
| NotRule (Rule *ruleIn) | |
| virtual | ~NotRule (void) |
| virtual bool | check (const LogEntry *entry) |
| Does this rule match this LogEntry. More... | |
| virtual Str | toString (void) |
| Serialize this Rule to a Str. More... | |
Public Member Functions inherited from Rule | |
| virtual | ~Rule (void) |
| Destructor. More... | |
| virtual void | activate () |
| virtual void | deactivate () |
| virtual bool | isActive () |
Private Member Functions | |
| NotRule (const NotRule &old) | |
Private Attributes | |
| Rule * | rule_ |
Additional Inherited Members | |
Protected Member Functions inherited from Rule | |
| Rule (void) | |
| Protected constructor for pure virtual class. More... | |
A logging Rule implementing a logical NOT() of another rules.
| NotRule::NotRule | ( | Rule * | ruleIn | ) |
|
virtual |
References rule_.
|
private |
|
virtual |
|
virtual |
|
private |
Referenced by check(), toString(), and ~NotRule().