Murl Engine API  Version 2018.3
Murl::Logic::StaticEngineFactory Class Reference

The StaticEngineFactory class to create the IEngineFactory object. More...

#include <murl_logic_i_engine_factory.h>

Detailed Description

The StaticEngineFactory class to create the IEngineFactory object.

The StaticEngineFactory is used by the engine's core only.

Static Public Member Functions

static IEngineFactoryCreateEngineFactory ()
 Create the engine factory object. More...
 
static Bool DestroyEngineFactory (IEngineFactory *&engineFactory)
 Destroy the engine factory object. More...
 

Member Function Documentation

◆ CreateEngineFactory()

static IEngineFactory* Murl::Logic::StaticEngineFactory::CreateEngineFactory ( )
static

Create the engine factory object.

Returns
The created engine factory object, or null if failed.

◆ DestroyEngineFactory()

static Bool Murl::Logic::StaticEngineFactory::DestroyEngineFactory ( IEngineFactory *&  engineFactory)
static

Destroy the engine factory object.

Parameters
engineFactoryA reference to the engine factory pointer. After destruction the pointer is set to null.
Returns
true if successful.

The documentation for this class was generated from the following file: