Rialto  0.1
Rialto media pipeline API
Public Member Functions | Static Public Member Functions | List of all members
firebolt::rialto::IClientLogControlFactory Class Referenceabstract

IClientLogControl factory class, returns a concrete implementation of IClientLogControl. More...

#include <IClientLogControl.h>

Public Member Functions

virtual IClientLogControlcreateClientLogControl ()=0
 IClientLogControl factory method, returns a concrete singleton implementation of IClientLogControl. More...
 

Static Public Member Functions

static std::shared_ptr< IClientLogControlFactorycreateFactory ()
 Creates the IClientLogControlFactory. More...
 

Detailed Description

IClientLogControl factory class, returns a concrete implementation of IClientLogControl.

Member Function Documentation

◆ createClientLogControl()

virtual IClientLogControl& firebolt::rialto::IClientLogControlFactory::createClientLogControl ( )
pure virtual

IClientLogControl factory method, returns a concrete singleton implementation of IClientLogControl.

Return values
thenew IClientLogControl instance or null on error.

◆ createFactory()

static std::shared_ptr<IClientLogControlFactory> firebolt::rialto::IClientLogControlFactory::createFactory ( )
static

Creates the IClientLogControlFactory.

Return values
thefactory instance or null on error.

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