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