VR-Forces 4.1 Class Documentation
rwPlanExecutionStack.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: rwPlanExecutionStack.h,v $ $Revision: 1.1 $ $State: Exp $
7 *******************************************************************************/
8 
11 
13 
14 #ifndef rwPlanExecutionStack_h
15 #define rwPlanExecutionStack_h
16 
17 #include "vrfplan/vrfplanDefines.h"
18 #include "vrfutil/rdrWritr.h"
20 #include "vrfutil/rwInt.h"
21 
23 {
24 private:
27 
28 public:
30  parentRegistry = NULL);
31 
34  DtReaderWriterRegistry* parentRegistry = NULL);
35 
38 
40  virtual ~DtRwPlanExecutionStackEntry();
41 
45 
46  virtual int cursor() const;
47  virtual void setCursor(int v);
49 
52 
53  virtual int taskId() const;
54  virtual void setTaskId(int v);
56 
57 
58  virtual bool taskIdSpecified() const;
59 
60 protected:
63 };
64 
66 
67 #endif

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)