Inheritance diagram for FactoryPython:
Public Member Functions | |
__init__ (profile, new_func, delete_func, policy=None) | |
FactoryPython class constructor. | |
create (mgr) | |
Create component. | |
destroy (comp) | |
Destroy component. | |
__init__ (profile) | |
FactoryBase class constructor. | |
__dele__ () | |
profile () | |
Get component profile. | |
number () | |
Get number of component instances. |
|
|
|
FactoryBase class constructor. FactoryBase class constructor.
|
|
FactoryPython class constructor. FactoryPython class constructor. Create component factory class with three arguments: component profile, component class name and delete function object.
|
|
Create component. Create component implemented in Python.
Reimplemented from FactoryBase. |
|
Destroy component. Destroy component instance
Reimplemented from FactoryBase. |
|
Get number of component instances. Get number of current component instances. |
|
Get component profile. Get component profile. |