#include <pfactory.h>
Inheritance diagram for PFactory< _Abstract_T, _Key_T >::WorkerBase:
Protected Member Functions | |
WorkerBase (bool singleton=false) | |
WorkerBase (Abstract_T *instance) | |
virtual | ~WorkerBase () |
Abstract_T * | CreateInstance (const Key_T &key) |
virtual Abstract_T * | Create (const Key_T &) const |
Protected Attributes | |
bool | isDynamic |
bool | isSingleton |
Abstract_T * | singletonInstance |
bool | deleteSingleton |
Friends | |
class | PFactory< _Abstract_T, _Key_T > |
|
|
|
|
|
|
|
Reimplemented in PFactory< _Abstract_T, _Key_T >::Worker< _Concrete_T >, and PDevicePluginFactory< _Abstract_T, _Key_T >::Worker. |
|
|
|
|
|
|
|
|
|
|
|
|