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