QwAnalysis
|
#include <QwFactory.h>
Additional Inherited Members | |
![]() | |
QwFactory (const std::string &type) | |
Constructor which stores type name in list of registered types. More... | |
VQwDataElement * | Create (const std::string &name) const |
Concrete type creation. More... | |
dataelement_t * | Cast (VQwDataElement *base) const |
Dynamic cast of type. More... | |
![]() | |
virtual | ~VQwFactory () |
Default virtual destructor. More... | |
![]() | |
static VQwDataElement * | Create (const std::string &type, const std::string &name) |
Create an object of type with name. More... | |
static VQwDataElement * | Cast (VQwDataElement *base, const std::string &type) |
Dynamic cast of object into type. More... | |
static bool | InheritsFrom (VQwDataElement *base, const std::string &type) |
Test whether object inherits from type. More... | |
![]() | |
static std::map< std::string, VQwFactory * > & | GetRegisteredTypes () |
Map from string to concrete type factories. More... | |
static void | ListRegisteredTypes () |
List available type factories. More... | |
static VQwFactory * | GetFactory (const std::string &type) |
Get a concrete type factory by string. More... | |
Definition at line 144 of file QwFactory.h.