46 virtual int type()
const override;
virtual DtSimCondExpr * clone(DtReaderWriterRegistry *parentRegistry=NULL) const =0
clone operator
class DtLogicalOperatorCondition:
Definition: logicalOperatorCondition.h:21
Definition: readerWriterRegistry.h:39
DtLogicalOperatorCondition & operator=(const DtLogicalOperatorCondition &orig)
assignment operator
class DtCeAnd:
Definition: ceAnd.h:21
const char DtCeAndTypeName[]
Definition: ceAnd.h:14
DtSimCondExpr is an abstract base class representing various Conditional Expressions used by the Plan...
Definition: simCondExpr.h:53
#define DT_DLL_vrfutil
This file is used to determine how to build Disable inconsistent dll linkage warning Visual Studio 6...
Definition: vrfutilDefines.h:34
virtual DtString stringRep(int subExprIndex=DtSR_EXPR) const =0
Get a readable string representation of this level of this expression.
virtual int type() const =0
Returns the type of conditional expression defined in condExprTypes.h.