VR-Forces 4.0.4 Class Documentation
Public Member Functions | Protected Attributes | Private Member Functions
DtRwPlanExecutionStackEntry Class Reference
Inheritance diagram for DtRwPlanExecutionStackEntry:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 DtRwPlanExecutionStackEntry (const DtString &name, DtReaderWriterRegistry *parentRegistry=NULL)
 DtRwPlanExecutionStackEntry (const DtString &name, const DtRwPlanExecutionStackEntry &orig, DtReaderWriterRegistry *parentRegistry=NULL)
 Copy constructor.
const DtRwPlanExecutionStackEntryoperator= (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.

Constructor & Destructor Documentation

Not Implemented.

Copy constructor.

destructor


Member Function Documentation

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.

Returns:
True if the taskId has been specified either through the API or in the file read in.

Member Data Documentation


The documentation for this class was generated from the following file:

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)