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