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