VR-Forces 4.6.1 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
planBlock.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 1999 MaK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
/*********************************************************************
6
** $RCSfile: planBlock.h,v $ $Revision: 1.7 $ $State: Exp $
7
*********************************************************************/
8
11
12
#ifndef DtPlanBlock_H_
13
#define DtPlanBlock_H_
14
15
#include "
vrfplan/simBlock.h
"
16
#include "
vrfplan/vrfplanDefines.h
"
17
18
class
DtPlan
;
19
25
26
class
DT_DLL_vrfplan
DtPlanBlock
:
public
DtSimBlock
27
{
28
public
:
29
31
DtPlanBlock
(
DtPlan
* plan = NULL);
32
34
DtPlanBlock
(
const
DtString
& name,
35
DtPlan
* plan = NULL,
36
DtReaderWriterRegistry
* parentRegistry = NULL);
37
40
DtPlanBlock
(
const
DtPlanBlock
& orig);
41
44
DtPlanBlock
(
const
DtString
& name,
45
const
DtPlanBlock
& orig,
46
DtReaderWriterRegistry
* parentRegistry = NULL);
47
49
virtual
~
DtPlanBlock
();
50
54
DtPlanBlock
&
operator=
(
const
DtPlanBlock
& orig);
55
57
virtual
DtSimBlock
*
clone
(
const
DtString
& name,
58
DtReaderWriterRegistry
* parentRegistry = NULL)
const
;
59
61
virtual
DtPlan
* plan()
const
;
63
virtual
void
setPlan(
DtPlan
* arg);
64
68
virtual
void
exitFromBlock
(
DtPlan
& planContext);
69
74
virtual
bool
translateIndex
(
DtStmtIndex
& stmtIndex);
75
76
protected
:
77
78
DtPlan
*
myPlan
;
79
};
80
81
#endif
Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (
www.mak.com
)