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