26 #ifndef __TERRALIB_FE_INTERNAL_UNARYLOGICOP_H 
   27 #define __TERRALIB_FE_INTERNAL_UNARYLOGICOP_H 
#define TE_DEFINE_VISITABLE
 
A logical operator can be used to combine one or more conditional expressions.
 
An abstract interface for operators.
 
A logical operator can be used to combine one or more conditional expressions.
 
A logical operator that can be used to combine one conditional expressions.
 
AbstractOp * getOp() const
It returns the operand.
 
virtual ~UnaryLogicOp()
Virtual destructor.
 
LogicOp * clone() const
It creates a new copy of this object.
 
UnaryLogicOp(const char *opName, AbstractOp *o)
It initializes a new UnaryLogicOp.
 
void setOp(AbstractOp *o)
It sets the operand.
 
UnaryLogicOp(const char *opName=0)
It initializes a new UnaryLogicOp.
 
AbstractOp * m_op
Mandatory.
 
#define TEFEEXPORT
You can use this macro in order to export/import classes and functions from this module.