52 virtual int type()
const override;
62 virtual void setMatchingText(
const DtString& text);
63 virtual DtString matchingText()
const;
68 virtual void setAllowContaining(
bool allow);
69 virtual bool allowContaining()
const;
77 virtual bool setFromNet(
const char* contentBuffer,
78 unsigned contentSize)
override;
bool operator==(const DtReaderWriter &) const
Equivalence operator.
const char DtCeReceiveTextMessageTypeName[]
DtCeReceiveTextMessage.
Definition: ceReceiveTextMessage.h:21
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
Description: Readable, Writable DtString Variable substitutions are done on this object when it is re...
Definition: rwString.h:20
Definition: readerWriterRegistry.h:39
Conditional expression which tests whether the associated entity receives a DtTextReport that contain...
Definition: ceReceiveTextMessage.h:26
virtual int netRepSize() const
These 3 should become pure virtual functions.
Definition: simCondExpr.h:145
DtRwString myMatchingText
Definition: ceReceiveTextMessage.h:88
DtSimCondExpr is an abstract base class representing various Conditional Expressions used by the Plan...
Definition: simCondExpr.h:53
Description: Readable, Writable bool.
Definition: rwBoolean.h:26
#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.
DtRwBoolean myAllowContaining
Definition: ceReceiveTextMessage.h:89
virtual bool setToNet()
Definition: simCondExpr.h:152
virtual int type() const =0
Returns the type of conditional expression defined in condExprTypes.h.