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