26 #ifndef __TERRALIB_FE_INTERNAL_AND_H 
   27 #define __TERRALIB_FE_INTERNAL_AND_H 
   76 #endif  // __TERRALIB_FE_INTERNAL_AND_H 
Boolean logic operator: AND. 
 
A logical operator can be used to combine two or more conditional expressions. 
 
#define TEFEEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
An static class with global definitions. 
 
#define TE_DEFINE_VISITABLE
 
An abstract interface for operators. 
 
An static class with global definitions. 
 
A logical operator can be used to combine two or more conditional expressions. 
 
And(AbstractOp *arg1, AbstractOp *arg2)
Constructor.