virtual DtSimTaskState * clone(const DtString &name, DtReaderWriterRegistry *parentRegistry=0) const
Make a copy of this task. Returns a newly allocated instance of a DtSimTaskState. Override this membe...
Definition: readerWriterRegistry.h:39
ReaderWriter object that maintains a list of reader-writer variable bindings. It keeps a list of name...
Definition: rwVariableBindings.h:27
DtSimTaskState holds the current execution state of a given task.
Definition: simTaskState.h:34
const DtSimTaskState & operator=(const DtSimTaskState &orig)
assignment operator; same as copy constructor
DtRwVariableBindings myKeyValueList
Definition: genericTaskState.h:50
virtual DtString type() const
What kind of task state object am I? Returns a string indicating the kind of task state object( for e...
#define DT_DLL_vrftasks
This file is used to determine how to build.
Definition: vrftasksDefines.h:26
A task state object that contains a generic key-value pair map. This may be used for any task that do...
Definition: genericTaskState.h:15