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