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