46 virtual int type()
const;
virtual DtSimCondExpr * clone(DtReaderWriterRegistry *parentRegistry=NULL) const =0
clone operator
class DtLogicalOperatorCondition:
Definition: logicalOperatorCondition.h:21
Definition: readerWriterRegistry.h:39
const char DtCeOrTypeName[]
Definition: ceOr.h:14
DtLogicalOperatorCondition & operator=(const DtLogicalOperatorCondition &orig)
assignment operator
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.
class DtCeOr:
Definition: ceOr.h:22
virtual int type() const =0
Returns the type of conditional expression defined in condExprTypes.h.