![]() |
Murl Engine API
Version 2025.1
|
The StaticFactory class to create the IFactory object. More...
#include <murl_resource_i_factory.h>
The StaticFactory class to create the IFactory object.
The StaticFactory is used by the engine's core only.
Static Public Member Functions | |
| static IFactory * | CreateFactory (const IAppConfiguration *appConfig, const Output::IDeviceHandler *outputDeviceHandler, IFileInterface *fileInterface) |
| Create the resource factory object. More... | |
| static Bool | DestroyFactory (IFactory *&factory) |
| Destroy the resource factory object. More... | |
|
static |
Create the resource factory object.
| appConfig | The application configuration object. |
| outputDeviceHandler | The output device handler. |
| fileInterface | The file interface object. |
Destroy the resource factory object.
| factory | A reference to the resource factory pointer. After destruction the pointer is set to null. |