11 #include <vlutil/vlNetTypes.h>
44 virtual int type()
const;
62 virtual bool setFromNet(
const char* contentBuffer,
63 unsigned contentSize);
const char DtCeSyncMatrixPlansCompletedTypeName[]
Definition: ceSyncMatrixPlansCompleted.h:13
DtSimCondExpr & operator=(const DtSimCondExpr &orig)
assignment operator
virtual DtSimCondExpr * clone(DtReaderWriterRegistry *parentRegistry=NULL) const =0
clone operator
virtual bool setFromNet(const char *contentBuffer, unsigned contentSize)
Definition: simCondExpr.h:148
Definition: readerWriterRegistry.h:39
virtual int netRepSize() const
These 3 should become pure virtual functions.
Definition: simCondExpr.h:145
DtSimCondExpr is an abstract base class representing various Conditional Expressions used by the Plan...
Definition: simCondExpr.h:53
class DtCeSyncMatrixPlansCompleted:
Definition: ceSyncMatrixPlansCompleted.h:21
#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 bool setToNet()
Definition: simCondExpr.h:152
virtual int type() const =0
Returns the type of conditional expression defined in condExprTypes.h.