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