VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ifBlock.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 class DtIfBlock;
12 
13 #include <vlutil/vlString.h>
15 #include "vrfplan/simBlock.h"
16 
17 class DtPlan;
18 class DtIfStmt;
19 
26 
27 #include "vrfplan/vrfplanDefines.h"
29 {
30 public:
31 
33  DtIfBlock(DtIfStmt* ifStmt = NULL);
34 
36  DtIfBlock(const DtString& name,
37  DtIfStmt* ifStmt = NULL,
38  DtReaderWriterRegistry* parentRegistry = NULL);
39 
42  DtIfBlock(const DtIfBlock& orig);
43 
46  DtIfBlock(const DtString& name,
47  const DtIfBlock& orig,
48  DtReaderWriterRegistry* parentRegistry = NULL);
49 
51  virtual ~DtIfBlock();
52 
54  DtIfBlock& operator=(const DtIfBlock& orig);
55 
57  virtual DtSimBlock* clone(const DtString& name,
58  DtReaderWriterRegistry* parentRegistry = NULL) const;
59 
63  virtual void exitFromBlock(DtPlan& planContext);
64 
66  virtual const DtIfStmt* ifStmt() const;
68  virtual DtIfStmt* ifStmt();
69 };

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)