26 #ifndef __TERRALIB_DATAACCESS_INTERNAL_UNARYOP_H
27 #define __TERRALIB_DATAACCESS_INTERNAL_UNARYOP_H
#define TE_DEFINE_VISITABLE
A base class for unary functions.
This is an abstract class that models a query expression.
A base class for unary functions.
A base class for unary operators.
Expression * clone() const
It creates a new copy of this expression.
virtual ~UnaryOp()
Virtual Destructor.
UnaryOp & operator=(const UnaryOp &rhs)
UnaryOp(const UnaryOp &rhs)
Copy constructor.
UnaryOp(const std::string &name, const Expression &arg)
Constructor.
UnaryOp(const std::string &name, Expression *arg)
Constructor.
#define TEDATAACCESSEXPORT
You can use this macro in order to export/import classes and functions from this module.