![]() |
Murl Engine API
Version 2025.1
|
The StaticFactory class to create the IFactory object. More...
#include <murl_graph_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) |
| Create the graph factory object. More... | |
| static Bool | DestroyFactory (IFactory *&factory) |
| Destroy the graph factory object. More... | |
|
static |
Create the graph factory object.
| appConfig | The application's configuration. |
Destroy the graph factory object.
| factory | A reference to the graph factory pointer. After destruction the pointer is set to null. |