VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
planBlock.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2018 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 
8 
9 #pragma once
10 
11 #include "vrfplan/simBlock.h"
12 #include "vrfplan/vrfplanDefines.h"
13 
14 class DtPlan;
15 
21 
23 {
24 public:
25 
27  DtPlanBlock(DtPlan* plan = NULL);
28 
30  DtPlanBlock(const DtString& name,
31  DtPlan* plan = NULL,
32  DtReaderWriterRegistry* parentRegistry = NULL);
33 
36  DtPlanBlock(const DtPlanBlock& orig);
37 
40  DtPlanBlock(const DtString& name,
41  const DtPlanBlock& orig,
42  DtReaderWriterRegistry* parentRegistry = NULL);
43 
45  virtual ~DtPlanBlock();
46 
50  DtPlanBlock& operator=(const DtPlanBlock& orig);
51 
53  virtual DtSimBlock* clone(const DtString& name,
54  DtReaderWriterRegistry* parentRegistry = NULL) const;
55 
57  virtual DtPlan* plan() const;
59  virtual void setPlan(DtPlan* arg);
60 
64  virtual void exitFromBlock(DtPlan& planContext);
65 
70  virtual bool translateIndex(DtStmtIndex& stmtIndex);
71 
72 protected:
73 
75 };

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)