1 #ifndef CARMA_DBMS_MONITORPOINTNUMERICMINVALUEFILTER_H
2 #define CARMA_DBMS_MONITORPOINTNUMERICMINVALUEFILTER_H
47 virtual std::string
name()
const {
48 return "MonitorPointNumericMinValueFilter";
55 const std::string filterName_ =
"MonitorPointNumericMinValueFilter";
57 #endif // CARMA_DBMS_MONITORPOINTNUMERICMINVALUEFILTER_H
SearchType
type of test to perform
MonitorPointNumericMinValueFilter(const T &value, const typename carma::dbms::NumericFilter< T >::SearchType &searchType)
constuctor
template to represent a one component filter for numeric searches on min value columns in monitor poi...
virtual ~MonitorPointNumericMinValueFilter()
destructor, derived classes may want to override
virtual std::string name() const
get the class name for log messages etc.
template to represent a one component numeric search filter.
Numeric filter template class.