VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
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)
const
;
75
76
protected
:
77
78
DtPlan
*
myPlan
;
79
};
80
81
#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
)