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
whileBlock.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2016 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
9
#pragma once
10
11
#include "
vrfutil/readerWriter.h
"
12
#include "
vrfplan/whileStmt.h
"
13
#include "
vrfplan/simBlock.h
"
14
15
#include <vlutil/vlString.h>
16
17
class
DtPlan
;
18
class
DtWhileStmt
;
19
26
27
#include "
vrfplan/vrfplanDefines.h
"
28
class
DT_DLL_vrfplan
DtWhileBlock
:
public
DtSimBlock
29
{
30
public
:
31
33
DtWhileBlock
(
DtWhileStmt
* whileStmt = NULL);
34
36
DtWhileBlock
(
const
DtString
& name,
37
DtWhileStmt
* whileStmt = NULL,
38
DtReaderWriterRegistry
* parentRegistry = NULL);
39
42
DtWhileBlock
(
const
DtWhileBlock
& orig);
43
46
DtWhileBlock
(
const
DtString
& name,
47
const
DtWhileBlock
& orig,
48
DtReaderWriterRegistry
* parentRegistry = NULL);
49
51
virtual
~
DtWhileBlock
();
52
54
DtWhileBlock
&
operator=
(
const
DtWhileBlock
& orig);
55
57
virtual
DtSimBlock
*
clone
(
const
DtString
& name,
58
DtReaderWriterRegistry
* parentRegistry = NULL)
const
;
59
62
virtual
void
exitFromBlock
(
DtPlan
& planContext);
63
65
virtual
const
DtWhileStmt
* whileStmt()
const
;
67
virtual
DtWhileStmt
* whileStmt();
68
};
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
)