12 #ifndef DtCeConstant_H_
13 #define DtCeConstant_H_
17 #include <vlutil/vlNetTypes.h>
68 virtual int type()
const override;
71 virtual bool value()
const;
89 virtual bool setFromNet(
const char* contentBuffer,
90 unsigned contentSize)
override;
DtNetU8 myPadding6
1 byte
Definition: ceConstant.h:34
DtSimCondExpr & operator=(const DtSimCondExpr &orig)
assignment operator
virtual DtSimCondExpr * clone(DtReaderWriterRegistry *parentRegistry=NULL) const =0
clone operator
DtNetU8 myPadding7
1 byte
Definition: ceConstant.h:35
DtNetU8 myPadding2
1 byte
Definition: ceConstant.h:30
DtNetBoolean myValue
Definition: ceConstant.h:27
bool myValue
Definition: ceConstant.h:100
virtual bool setFromNet(const char *contentBuffer, unsigned contentSize)
Definition: simCondExpr.h:148
const char DtCeFalseTypeName[]
Definition: ceConstant.h:20
Definition: readerWriterRegistry.h:39
class DtCeConstant:
Definition: ceConstant.h:42
DtNetU8 myPadding1
1 byte
Definition: ceConstant.h:29
virtual int netRepSize() const
These 3 should become pure virtual functions.
Definition: simCondExpr.h:145
DtNetU8 myPadding5
1 byte
Definition: ceConstant.h:33
this struct is the network representation of a constant conditional expression
Definition: ceConstant.h:25
DtSimCondExpr is an abstract base class representing various Conditional Expressions used by the Plan...
Definition: simCondExpr.h:53
const char DtCeTrueTypeName[]
Definition: ceConstant.h:19
#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
DtNetU8 myPadding4
1 byte
Definition: ceConstant.h:32
virtual DtString stringRep(int subExprIndex=DtSR_EXPR) const =0
Get a readable string representation of this level of this expression.
DtNetU8 myPadding3
1 byte
Definition: ceConstant.h:31
virtual bool setToNet()
Definition: simCondExpr.h:152
DtNetU8 myPadding
Definition: ceConstant.h:28
virtual int type() const =0
Returns the type of conditional expression defined in condExprTypes.h.