VR-Forces 4.6 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrfplan
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
"
14
#include "
vrfutil/readerWriter.h
"
15
#include "
vrfutil/rwTemplatedList.h
"
16
#include "
vrfutil/rwInt.h
"
17
18
class
DT_DLL_vrfplan
DtRwPlanExecutionStackEntry
:
public
DtReaderWriter
19
{
20
private
:
22
DtRwPlanExecutionStackEntry
();
23
24
public
:
25
DtRwPlanExecutionStackEntry
(
const
DtString
& name,
DtReaderWriterRegistry
*
26
parentRegistry = NULL);
27
29
DtRwPlanExecutionStackEntry
(
const
DtString
& name,
const
DtRwPlanExecutionStackEntry
& orig,
30
DtReaderWriterRegistry
* parentRegistry = NULL);
31
33
const
DtRwPlanExecutionStackEntry
&
operator=
(
const
DtRwPlanExecutionStackEntry
& orig);
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
57
58
virtual
int
suspendedTaskId()
const
;
59
virtual
void
setSuspendedTaskId(
int
v);
61
62
63
virtual
bool
suspendedTaskIdSpecified()
const
;
64
65
protected
:
66
DtRwInt
myCursor
;
67
DtRwInt
myTaskId
;
68
DtRwInt
mySuspendedTaskId
;
69
};
70
71
typedef
DtRwTemplatedListPtr<DtRwPlanExecutionStackEntry, true>
DtRwPlanExecutionStack
;
Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (
www.mak.com
)