void setOp(AbstractOp *o)
It sets the operand.
An abstract interface for operators.
void setName(const char *opName)
It sets the operator name.
A logical operator that can be used to combine one conditional expressions.
LogicOp * clone() const
It creates a new copy of this object.
virtual ~UnaryLogicOp()
Virtual destructor.
AbstractOp * getOp() const
It returns the operand.
UnaryLogicOp(const char *opName=0)
It initializes a new UnaryLogicOp.
An abstract interface for operators.
AbstractOp * m_op
Mandatory.
A logical operator can be used to combine one or more conditional expressions.
const char * m_name
Operator name.
A logical operator that can be used to combine one conditional expressions.
virtual AbstractOp * clone() const =0
It creates a new copy of this object.