Go to the documentation of this file.
   26 #ifndef __TERRALIB_DATAACCESS_INTERNAL_BINARYFUNCTION_H 
   27 #define __TERRALIB_DATAACCESS_INTERNAL_BINARYFUNCTION_H 
  117 #endif  // __TERRALIB_DATAACCESS_INTERNAL_BINARYFUNCTION_H 
  
 
BinaryFunction & operator=(const BinaryFunction &rhs)
 
Expression * getSecond() const
It returns the second function argument.
 
Symbology Encoding functions.
 
BinaryFunction(const BinaryFunction &rhs)
Copy constructor.
 
A class that models a Function expression.
 
TE_DEFINE_VISITABLE BinaryFunction(const std::string &name, Expression *arg1, Expression *arg2)
Constructor.
 
#define TEDATAACCESSEXPORT
You can use this macro in order to export/import classes and functions from this module.
 
Expression * clone() const
It creates a new copy of this expression.
 
Expression * getFirst() const
It returns the first function argument.
 
A base class for binary functions.
 
This is an abstract class that models a query expression.
 
#define TE_DEFINE_VISITABLE
 
void setSecond(Expression *arg)
It sets the second function argument.
 
BinaryFunction(const std::string &name, const Expression &arg1, const Expression &arg2)
Constructor.
 
virtual ~BinaryFunction()
Virtual Destructor.
 
void setFirst(Expression *arg)
It sets the first function argument.