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