C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1

Static Public Member Functions | List of all members
Factory Class Reference

Class that provides factory functionality for objects implementing the SerializationIface interface. Used within deserialization functionality. More...

Static Public Member Functions

static Factoryinstance ()
 

Class Declaration

Member Function Documentation

SerializationIface* createObject ( int  objectId)

Creates a new object of a class described by an identifier

Parameters
[in]objectIdIdentifier of the class
static Factory& instance ( )
static

Static function that returns an instance of the Factory class

Returns
Reference to the Factory object
void registerObject ( AbstractCreator creator)

Registers the Creator object for an additional class

Parameters
[in]creatorObject that implements the AbstractCreator interface to create an instance of a class

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

For more complete information about compiler optimizations, see our Optimization Notice.