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