45 virtual void setPhaseName(
const DtString& phaseName);
46 virtual const DtString& phaseName()
const;
49 virtual void setStarted(
bool started);
50 virtual bool started()
const;
53 virtual void setCompleted(
bool completed);
54 virtual bool completed()
const;
57 virtual void setEndCondition(
const DtSimCondExpr* endCondition);
DtRwCondExpr myEndCondition
Definition: rwSyncMatrixPhase.h:64
DT_DLL_readerWriter int getSize(const DtString &val)
The number of bytes required to encode the value.
Definition: readerWriter.h:85
Description: Readable, Writable DtString Variable substitutions are done on this object when it is re...
Definition: rwString.h:20
DtRwString myPhaseName
Definition: rwSyncMatrixPhase.h:61
Definition: readerWriterRegistry.h:39
DT_DLL_readerWriter char * encode(const DtFilename &val, char *buffer)
Serializes the provided value val into buffer. buffer must have at least the number of bytes returned...
DtSimCondExpr is an abstract base class representing various Conditional Expressions used by the Plan...
Definition: simCondExpr.h:53
class DtRwSyncMatrixPhase:
Definition: rwSyncMatrixPhase.h:23
Description: Readable, Writable bool.
Definition: rwBoolean.h:26
class DtRwCondExpr:
Definition: rwCondExpr.h:26
DtRwBoolean myCompleted
Definition: rwSyncMatrixPhase.h:63
#define DT_DLL_vrfplan
This file is used to determine how to build.
Definition: vrfplanDefines.h:28
const DtReaderWriter & operator=(const DtReaderWriter &orig)
assignment operator
DT_DLL_readerWriter const char * decode(DtString &val, const char *buffer)
Decodes a value from buffer and places the result in val of the type specified by val...
DtRwBoolean myStarted
Definition: rwSyncMatrixPhase.h:62