ewmscp
..
|
#include <inputHandler.h>
Public Member Functions | |
virtual base * | create () const =0 |
Protected Member Functions | |
factoryClass (const std::string &aName) | |
Protected Attributes | |
const std::string | name |
Definition at line 45 of file inputHandler.h.
|
inlineprotected |
Definition at line 48 of file inputHandler.h.
References inputHandler::base::getFactoryMap(), and name.
|
pure virtual |
Implemented in inputHandler::base::factoryTemplate< T >.
|
protected |
Definition at line 47 of file inputHandler.h.
Referenced by factoryClass().