VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfplan
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
"
19
#include "
vrfutil/rwTemplatedList.h
"
20
#include "
vrfutil/rwInt.h
"
21
22
class
DT_DLL_vrfplan
DtRwPlanExecutionStackEntry
:
public
DtReaderWriter
23
{
24
private
:
26
DtRwPlanExecutionStackEntry
();
27
28
public
:
29
DtRwPlanExecutionStackEntry
(
const
DtString
& name,
DtReaderWriterRegistry
*
30
parentRegistry = NULL);
31
33
DtRwPlanExecutionStackEntry
(
const
DtString
& name,
const
DtRwPlanExecutionStackEntry
& orig,
34
DtReaderWriterRegistry
* parentRegistry = NULL);
35
37
const
DtRwPlanExecutionStackEntry
&
operator=
(
const
DtRwPlanExecutionStackEntry
& orig);
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
:
61
DtRwInt
myCursor
;
62
DtRwInt
myTaskId
;
63
};
64
65
typedef
DtRwTemplatedListPtr<DtRwPlanExecutionStackEntry>
DtRwPlanExecutionStack
;
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
)