18#ifndef _LOG4CXX_FILTER_EXPRESSIONFILTER_H 
   19#define _LOG4CXX_FILTER_EXPRESSIONFILTER_H 
   28typedef helpers::ObjectPtrT < Rule > 
RulePtr;
 
   82        bool convertInFixToPostFix;
 
   97        void activateOptions(helpers::Pool& p) override;
 
  103        void setConvertInFixToPostFix(
bool convertInFixToPostFix);
 
  105        bool getConvertInFixToPostFix() const;
 
  107        void setAcceptOnMatch(
bool acceptOnMatch);
 
  109        bool getAcceptOnMatch() const;
 
A filter supporting complex expressions - supports both infix and postfix expressions (infix expressi...
Definition: expressionfilter.h:79
 
FilterDecision
Definition: filter.h:87
 
#define LOG4CXX_EXPORT
Definition: log4cxx.h:101
 
#define LOG4CXX_DECLARE_PRIVATE_MEMBER(T, V)
Definition: log4cxx.h:86
 
#define LOG4CXX_NS
Definition: log4cxx.h:104
 
helpers::ObjectPtrT< Rule > RulePtr
Definition: expressionfilter.h:28
 
std::basic_string< logchar > LogString
Definition: logstring.h:60
 
#define LOG4CXX_CAST_ENTRY(Interface)
Definition: object.h:158
 
#define END_LOG4CXX_CAST_MAP()
Definition: object.h:152
 
#define DECLARE_LOG4CXX_OBJECT(object)
Definition: object.h:43
 
#define BEGIN_LOG4CXX_CAST_MAP()
Definition: object.h:146