VR-Forces 4.1.1 Class Documentation
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 
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 
79 };
80 
81 #endif

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)