#include <DEDynamicGalaxy.h>
Protected Member Functions | |
DEDynamicGalaxy (Block *pBlock) throw (Exception) | |
Protected Attributes | |
Block * | mDynamicInstance |
Block * | mTemplateBlock |
Block which will be instantiated dynamically. More... | |
Friends | |
class | DEDomain |
Dynamic Instance Primitive. The class provides a method of dynamically create, execute and delete DE blocks during runtime.
|
protected |
constructs a DE galaxy which handles dynamic instances of pBlock. Only the domain can create such a galaxy.
pBlock | block instantiated dynamically, the object is deleted by the destructor. |
Exception | a needed block could not be found |
|
protected |
Block which will be instantiated dynamically.