1 #ifndef RNDSTD_ClassFactory_H
2 #define RNDSTD_ClassFactory_H
5 #include "RAND_ClassFactory.h"
86 inline static CORE_UniquePointer<RNDSTD_ClassFactory>
New() {
99 virtual CORE_UniquePointer<CORE_Object>
NewInstance(
const tString& name,
virtual tMemSize getContentsMemorySize() const override
return the memory size in byte
Definition: CORE_ClassFactory.h:84
class Free introduced for deleting a smart pointer
Definition: CORE_Object.h:113
This class is an list of options.
Definition: CORE_OptionsList.h:36
this class describes a class factory to generate classes of the package
Definition: RAND_ClassFactory.h:13
this class describes a class factory to generate classes of the package
Definition: RNDSTD_ClassFactory.h:13
virtual CORE_UniquePointer< CORE_Object > NewInstance(const tString &name, const CORE_OptionsList &arguments) const override
create an unique instance of a class
Definition: RNDSTD_ClassFactory.cpp:21
virtual ~RNDSTD_ClassFactory(void)
destroy a RNDSTD_ClassFactory
Definition: RNDSTD_ClassFactory.cpp:17
virtual tMemSize getMemorySize() const
return the memory size of the class and the memory size of all its attributes/associations
Definition: RNDSTD_ClassFactory.h:69
static CORE_UniquePointer< RNDSTD_ClassFactory > New()
build a new instance of default class factory
Definition: RNDSTD_ClassFactory.h:86
RNDSTD_ClassFactory()
build a RNDSTD_ClassFactory
Definition: RNDSTD_ClassFactory.cpp:13