1 #ifndef EMM_ClassFactory_H 2 #define EMM_ClassFactory_H 59 inline static SP::EMM_ClassFactory
New() {
82 const SVC::CORE_Object& newParameters)
const;
90 SVC::CORE_Object args;
this class describes a class factory to generate classes for the E-MicromM Package ...
Definition: EMM_ClassFactory.h:15
EMM_ClassFactory()
build a EMM_ClassFactory
Definition: EMM_ClassFactory.cpp:20
SP_OBJECT(EMM_ClassFactory)
DEFINE_SPTR(EMM_ClassFactory)
virtual SP::CORE_Object NewInstance(const tString &name, const SVC::CORE_Object &newParameters) const
create an instance of a class
Definition: EMM_ClassFactory.cpp:27
virtual SP::CORE_Object NewInstance(const tString &name) const
create an instance of a class
Definition: EMM_ClassFactory.h:89
#define tString
Definition: types.h:135
static SP::EMM_ClassFactory New()
create a shared pointer to the class factory
Definition: EMM_ClassFactory.h:59
this class describes a class factory to generate classes for User Interface Software ...
Definition: CORE_ClassFactory.h:18
virtual ~EMM_ClassFactory(void)
destroy a EMM_ClassFactory
Definition: EMM_ClassFactory.cpp:24
class Free introduced for deleting a smart pointer
Definition: CORE_Object.h:141