26 #ifndef __TERRALIB_DATAACCESS_INTERNAL_LESSTHAN_H
27 #define __TERRALIB_DATAACCESS_INTERNAL_LESSTHAN_H
#define TE_DEFINE_VISITABLE
A base class for binary operations.
A static class with global function name definitions.
A base class for binary operations.
This is an abstract class that models a query expression.
A static class with global function name definitions.
It models the inequality operator less than (<).
TE_DEFINE_VISITABLE LessThan(Expression *arg1, Expression *arg2)
Constructor.
LessThan(const Expression &arg1, const Expression &arg2)
Constructor.
LessThan & operator=(const LessThan &rhs)
Expression * clone() const
It creates a new copy of this expression.
LessThan(const LessThan &rhs)
Copy constructor.
#define TEDATAACCESSEXPORT
You can use this macro in order to export/import classes and functions from this module.