26 #ifndef __TERRALIB_DATAACCESS_INTERNAL_UNARYFUNCTION_H 
   27 #define __TERRALIB_DATAACCESS_INTERNAL_UNARYFUNCTION_H 
   65         UnaryFunction(
const std::string& name, 
const Expression& arg);
 
   68         UnaryFunction(
const UnaryFunction& rhs);
 
   71         virtual ~UnaryFunction();
 
   74         UnaryFunction& operator=(
const UnaryFunction& rhs);
 
   99 #endif  // __TERRALIB_DATAACCESS_INTERNAL_UNARYFUNCTION_H 
#define TE_DEFINE_VISITABLE
 
A base class for unary functions. 
 
#define TEDATAACCESSEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
A class that models a Function expression. 
 
This is an abstract class that models a query expression. 
 
A class that models a Function expression.