26 #ifndef __TERRALIB_FE_INTERNAL_LOGICOP_H 
   27 #define __TERRALIB_FE_INTERNAL_LOGICOP_H 
   70         LogicOp(
const char* opName = 0);
 
   81 #endif  // __TERRALIB_FE_INTERNAL_LOGICOP_H 
An abstract interface for operators. 
 
#define TE_DEFINE_VISITABLE
 
A logical operator can be used to combine one or more conditional expressions. 
 
An abstract interface for operators. 
 
#define TEFEEXPORT
You can use this macro in order to export/import classes and functions from this module.