Go to the documentation of this file.
   26 #ifndef __TERRALIB_DATAACCESS_INTERNAL_LESSTHANOREQUALTO_H 
   27 #define __TERRALIB_DATAACCESS_INTERNAL_LESSTHANOREQUALTO_H 
   88 #endif  // __TERRALIB_DATAACCESS_INTERNAL_LESSTHANOREQUALTO_H 
  
 
LessThanOrEqualTo & operator=(const LessThanOrEqualTo &rhs)
 
It models the inequality operator less than or equal to (<=).
 
A base class for binary operations.
 
LessThanOrEqualTo(const LessThanOrEqualTo &rhs)
Copy constructor.
 
#define TEDATAACCESSEXPORT
You can use this macro in order to export/import classes and functions from this module.
 
LessThanOrEqualTo(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
 
TE_DEFINE_VISITABLE LessThanOrEqualTo(Expression *arg1, Expression *arg2)
Constructor.
 
A static class with global function name definitions.
 
A static class with global function name definitions.
 
Expression * clone() const
It creates a new copy of this expression.
 
~LessThanOrEqualTo()
Destructor.