8 #define AIDA_IFILTER_H 1
49 virtual bool accept()
const = 0;
virtual bool accept() const =0
Check if the IFilter accepts or not the data in the current row of the ITuple it is associated to...
virtual ~IFilter()
Destructor.
Definition: IFilter.h:32
User level interface to a Tuple.
Definition: ITuple.h:40
User's level interface of an IFilter.
Definition: IFilter.h:28
virtual std::string expression() const =0
Get the expression that defined the IFilter.
virtual bool initialize(ITuple &tuple)=0
Initialize the IFilter and associate it to an ITuple.