C++ API Reference for Intel® Data Analytics Acceleration Library 2018 Update 2

List of all members
Creator< Derived > Class Template Reference

Main class used by the Factory class to register and create objects of a class derived from SerializationIface and the default constructor without arguments. More...

Class Declaration

template<class Derived>
class daal::data_management::interface1::Creator< Derived >

Template Parameters
DerivedObject of this class is created by the create() function

Constructor & Destructor Documentation

◆ Creator()

Creator ( )
inline

Default constructor

Member Function Documentation

◆ create()

SerializationIface* create ( ) const
inlinevirtual

Creates a new object of a class

Returns
Pointer to the new object

Implements AbstractCreator.

◆ getTag()

int getTag ( ) const
inlinevirtual

Returns a unique class identifier associated with a class

Returns
Class identifier

Implements AbstractCreator.


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

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