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