26 #ifndef __TERRALIB_FE_INTERNAL_COMPARISONOP_H    27 #define __TERRALIB_FE_INTERNAL_COMPARISONOP_H    70         virtual ~ComparisonOp();
    78 #endif  // __TERRALIB_FE_INTERNAL_COMPARISONOP_H An abstract interface for operators. 
 
#define TEFEEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
A comparison operator is used to form expressions that evaluate the mathematical comparison between t...
 
#define TE_DEFINE_VISITABLE
 
An abstract interface for operators.