Definition at line 107 of file IModuleFactory.h.
◆ ~IModuleFactory2()
| virtual Arcane::IModuleFactory2::~IModuleFactory2 |
( |
| ) |
|
|
inlinevirtual |
◆ createModuleInstance()
◆ initializeModuleFactory()
| virtual void Arcane::IModuleFactory2::initializeModuleFactory |
( |
ISubDomain * | sd | ) |
|
|
pure virtual |
Static initialization of the module.
This method is called when the sub-domain is created, to perform specific module initializations before it is manufactured. For example, to add time loops specific to the module.
Implemented in Arcane::ModuleFactory2T< ModuleType >.
◆ moduleName()
| virtual String Arcane::IModuleFactory2::moduleName |
( |
| ) |
const |
|
pure virtual |
◆ serviceInfo()
| virtual const IServiceInfo * Arcane::IModuleFactory2::serviceInfo |
( |
| ) |
const |
|
pure virtual |
The documentation for this class was generated from the following file: