#include <pfactory.h>
Inheritance diagram for PFactory< _Abstract_T, _Key_T >::Worker< _Concrete_T >:
Public Member Functions | |
Worker (const Key_T &key, bool singleton=false) | |
Protected Member Functions | |
virtual Abstract_T * | Create (const Key_T &) const |
PFactory< _Abstract_T, _Key_T >::Worker< _Concrete_T >::Worker | ( | const Key_T & | key, | |
bool | singleton = false | |||
) | [inline] |
virtual Abstract_T* PFactory< _Abstract_T, _Key_T >::Worker< _Concrete_T >::Create | ( | const Key_T & | ) | const [inline, protected, virtual] |
Reimplemented from PFactory< _Abstract_T, _Key_T >::WorkerBase.