VR-Forces 4.3 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vrfplan
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
"
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
56
protected
:
57
DtRwInt
myCursor
;
58
DtRwInt
myTaskId
;
59
};
60
61
typedef
DtRwTemplatedListPtr<DtRwPlanExecutionStackEntry, true>
DtRwPlanExecutionStack
;
Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (
www.mak.com
)