57 virtual DtPlan* plan()
const;
59 virtual void setPlan(
DtPlan* arg);
class DtPlanBlock:
Definition: planBlock.h:22
DtSimBlock * clone() const
This clone re-uses the current DtSimBlock's name, but does not register in its parent's plan or regis...
Definition: simBlock.h:160
DtSimBlock & operator=(const DtSimBlock &orig)
assignment operator NOTE: this deletes the old statements and does a deep copy of the new ones...
class DtStmtIndex:
Definition: stmtIndex.h:24
Definition: readerWriterRegistry.h:39
virtual void exitFromBlock(DtPlan &)=0
This function is called by the last statement in the block so that the block can do whatever is appro...
class DtSimBlock:
Definition: simBlock.h:29
DtPlan * myPlan
Definition: planBlock.h:74
class DtPlan:
Definition: plan.h:90
#define DT_DLL_vrfplan
This file is used to determine how to build.
Definition: vrfplanDefines.h:28
virtual bool translateIndex(DtStmtIndex &stmtIndex)
If you have a DtStmtIndex object that used to point into the original DtSimBlock before it was copied...