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

List of all members
AbstractCreator Class Referenceabstract

Interface class used by the Factory class to register and create objects of a specific class. More...

Class Declaration

Constructor & Destructor Documentation

AbstractCreator ( )
inline

Default constructor

Member Function Documentation

virtual SerializationIface* create ( ) const
pure virtual

Creates a new object of a class

Returns
Pointer to the new object

Implemented in Creator< Derived >.

virtual int getTag ( ) const
pure virtual

Returns a unique class identifier associated with a class

Returns
Class identifier

Implemented in Creator< Derived >.


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

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