#include <AIDA_FilterRange.h>
Inheritance diagram for Anaphe::AIDA_Tuple_native::AIDA_FilterRange:
Public Methods | |
AIDA_FilterRange (CompiledExpressionManager &manager, const std::string &expression, int numberOfRows, int startingRow) | |
~AIDA_FilterRange () | |
bool | initialize (AIDA::ITuple &tuple) |
bool | accept () const |
Private Attributes | |
int | m_startingRow |
int | m_endingRow |
AIDA::Dev::ITupleHeader * | m_header |
|
Definition at line 7 of file AIDA_FilterRange.cpp. |
|
Definition at line 25 of file AIDA_FilterRange.h. |
|
Reimplemented from Anaphe::AIDA_Tuple_native::AIDA_Filter. Definition at line 34 of file AIDA_FilterRange.cpp. References Anaphe::AIDA_Tuple_native::AIDA_Filter::accept(), m_endingRow, and m_header. |
|
Reimplemented from Anaphe::AIDA_Tuple_native::AIDA_Filter. Definition at line 19 of file AIDA_FilterRange.cpp. References Anaphe::AIDA_Tuple_native::AIDA_Filter::initialize(), and m_header. |
|
Definition at line 33 of file AIDA_FilterRange.h. Referenced by accept(). |
|
Definition at line 34 of file AIDA_FilterRange.h. Referenced by accept(), and initialize(). |
|
Definition at line 32 of file AIDA_FilterRange.h. |