VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
rwPlanExecutionStackEntry.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2016 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
10 
11 #pragma once
12 
13 #include "vrfplan/vrfplanDefines.h"
16 #include <readerWriter/rwInt.h>
17 
19 {
20 private:
23 
24 public:
26  parentRegistry = NULL);
27 
30  DtReaderWriterRegistry* parentRegistry = NULL);
31 
34 
36  virtual ~DtRwPlanExecutionStackEntry();
37 
41 
42  virtual int cursor() const;
43  virtual void setCursor(int v);
45 
48 
49  virtual int taskId() const;
50  virtual void setTaskId(int v);
52  virtual bool taskIdSpecified() const;
55 
57 
58  virtual int suspendedTaskId() const;
59  virtual void setSuspendedTaskId(int v);
61  virtual bool suspendedTaskIdSpecified() const;
64 
65 protected:
69 };
70 
DtRwInt myCursor
Definition: rwPlanExecutionStackEntry.h:66
DtRwInt mySuspendedTaskId
Definition: rwPlanExecutionStackEntry.h:68
Definition: readerWriter.h:85
Definition: readerWriterRegistry.h:39
DtRwTemplatedListPtr< DtRwPlanExecutionStackEntry, true > DtRwPlanExecutionStack
Definition: rwPlanExecutionStackEntry.h:71
Description: Readable, Writable int.
Definition: rwInt.h:25
A version of DtRwList that contains a homogeneous list of a templated RW type.
Definition: rwTemplatedList.h:26
Definition: rwPlanExecutionStackEntry.h:18
#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
DtRwInt myTaskId
Definition: rwPlanExecutionStackEntry.h:67

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)