QwAnalysis
|
#include <QwFactory.h>
Public Member Functions | |
virtual | ~MQwCloneable () |
Virtual destructor. More... | |
virtual base_t * | Clone () const |
Concrete clone method. More... | |
const VQwFactory< base_t > * | Factory () const |
Factory getter. More... | |
![]() | |
virtual | ~VQwCloneable () |
Virtual destructor. More... | |
std::string | GetClassName () const |
Get demangled name of this class. More... | |
Static Public Member Functions | |
static base_t * | Create (const std::string &name) |
Object creation. More... | |
static type_t * | Cast (type_t *type) |
Object dynamic cast. More... | |
Static Private Attributes | |
static const VQwFactory< base_t > * | fFactory |
Pointer to the factory of this type. More... | |
Polymorphic copy construction by curiously recurring template pattern (mix-in) We have lost covariancy: clone will have the base type, not the derived type...
Definition at line 184 of file QwFactory.h.
|
inlinevirtual |
|
inlinestatic |
Object dynamic cast.
Definition at line 206 of file QwFactory.h.
|
inlinevirtual |
Concrete clone method.
Reimplemented from VQwCloneable< base_t >.
Definition at line 192 of file QwFactory.h.
|
inlinestatic |
Object creation.
Definition at line 200 of file QwFactory.h.
|
inlinevirtual |
Factory getter.
Reimplemented from VQwCloneable< base_t >.
Definition at line 197 of file QwFactory.h.
|
staticprivate |
Pointer to the factory of this type.
Definition at line 214 of file QwFactory.h.
Referenced by MQwCloneable< VQwSubsystem, QwMainDetector >::Cast(), MQwCloneable< VQwSubsystem, QwMainDetector >::Create(), and MQwCloneable< VQwSubsystem, QwMainDetector >::Factory().