VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
rwPlanExecutionStackEntry.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2015 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
10 
11 #pragma once
12 
13 #include "vrfplan/vrfplanDefines.h"
14 #include "vrfutil/readerWriter.h"
16 #include "vrfutil/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 
53 
54  virtual bool taskIdSpecified() const;
55 
56 protected:
59 };
60 

Document ID: Generated on Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)