Murl Engine API  Version 2018.3
Murl::Graph::StaticFactory Class Reference

The StaticFactory class to create the IFactory object. More...

#include <murl_graph_i_factory.h>

Detailed Description

The StaticFactory class to create the IFactory object.

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

Static Public Member Functions

static IFactoryCreateFactory (const IAppConfiguration *appConfig)
 Create the graph factory object. More...
 
static Bool DestroyFactory (IFactory *&factory)
 Destroy the graph factory object. More...
 

Member Function Documentation

◆ CreateFactory()

static IFactory* Murl::Graph::StaticFactory::CreateFactory ( const IAppConfiguration appConfig)
static

Create the graph factory object.

Parameters
appConfigThe application's configuration.
Returns
The created graph factory object, or null if failed.

◆ DestroyFactory()

static Bool Murl::Graph::StaticFactory::DestroyFactory ( IFactory *&  factory)
static

Destroy the graph factory object.

Parameters
factoryA reference to the graph 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: