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

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()

AbstractCreator ( )
inline

Default constructor

Member Function Documentation

◆ create()

virtual SerializationIface* create ( ) const
pure virtual

Creates a new object of a class

Returns
Pointer to the new object

Implemented in Creator< Derived >.

◆ getTag()

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.