![]() |
VR-Forces 4.0.4 Class Documentation
|

Public Member Functions | |
| DtRwPlanExecutionStackEntry (const DtString &name, DtReaderWriterRegistry *parentRegistry=NULL) | |
| DtRwPlanExecutionStackEntry (const DtString &name, const DtRwPlanExecutionStackEntry &orig, DtReaderWriterRegistry *parentRegistry=NULL) | |
| Copy constructor. | |
| const DtRwPlanExecutionStackEntry & | operator= (const DtRwPlanExecutionStackEntry &orig) |
| assignment operator | |
| virtual | ~DtRwPlanExecutionStackEntry () |
| destructor | |
| virtual bool | taskIdSpecified () const |
| virtual int | cursor () const |
| The cursor value indicates which task statement in the plan this entry is referring to. | |
| virtual void | setCursor (int v) |
| The cursor value indicates which task statement in the plan this entry is referring to. | |
| virtual int | taskId () const |
| The taskId is the runtime ID of the task assigned when the task started execution. | |
| virtual void | setTaskId (int v) |
| The taskId is the runtime ID of the task assigned when the task started execution. | |
Protected Attributes | |
| DtRwInt | myCursor |
| DtRwInt | myTaskId |
Private Member Functions | |
| DtRwPlanExecutionStackEntry () | |
| Not Implemented. | |
| DtRwPlanExecutionStackEntry::DtRwPlanExecutionStackEntry | ( | ) | [private] |
Not Implemented.
| DtRwPlanExecutionStackEntry::DtRwPlanExecutionStackEntry | ( | const DtString & | name, |
| DtReaderWriterRegistry * | parentRegistry = NULL |
||
| ) |
| DtRwPlanExecutionStackEntry::DtRwPlanExecutionStackEntry | ( | const DtString & | name, |
| const DtRwPlanExecutionStackEntry & | orig, | ||
| DtReaderWriterRegistry * | parentRegistry = NULL |
||
| ) |
Copy constructor.
| virtual DtRwPlanExecutionStackEntry::~DtRwPlanExecutionStackEntry | ( | ) | [virtual] |
destructor
| const DtRwPlanExecutionStackEntry& DtRwPlanExecutionStackEntry::operator= | ( | const DtRwPlanExecutionStackEntry & | orig | ) |
assignment operator
| virtual int DtRwPlanExecutionStackEntry::cursor | ( | ) | const [virtual] |
The cursor value indicates which task statement in the plan this entry is referring to.
It is the count, from the beginning of the plan, of the task statement.
| virtual void DtRwPlanExecutionStackEntry::setCursor | ( | int | v | ) | [virtual] |
The cursor value indicates which task statement in the plan this entry is referring to.
It is the count, from the beginning of the plan, of the task statement.
| virtual int DtRwPlanExecutionStackEntry::taskId | ( | ) | const [virtual] |
The taskId is the runtime ID of the task assigned when the task started execution.
| virtual void DtRwPlanExecutionStackEntry::setTaskId | ( | int | v | ) | [virtual] |
The taskId is the runtime ID of the task assigned when the task started execution.
| virtual bool DtRwPlanExecutionStackEntry::taskIdSpecified | ( | ) | const [virtual] |
DtRwInt DtRwPlanExecutionStackEntry::myCursor [protected] |
DtRwInt DtRwPlanExecutionStackEntry::myTaskId [protected] |