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

List of all members
IdFactory Class Reference

Auxiliary class that simplifies definition of feature ids collections. More...

Class Declaration

Constructor & Destructor Documentation

IdFactory ( services::Status *  status = NULL)
inline

Creates feature id factory using zero feature index

Parameters
[out]statusThe status object
IdFactory ( int  index,
services::Status *  status = NULL 
)
inline

Creates feature id factory using feature index

Parameters
[in]indexThe index of the feature
[out]statusThe status object
IdFactory ( long  index,
services::Status *  status = NULL 
)
inline

Creates feature id factory using feature index

Parameters
[in]indexThe index of the feature
[out]statusThe status object
IdFactory ( const services::String &  name,
services::Status *  status = NULL 
)
inline

Creates feature id factory using name of the feature

Parameters
[in]nameThe name of the feature
[out]statusThe status object
IdFactory ( const char *  name,
services::Status *  status = NULL 
)
inline

Creates feature id factory using name of the feature

Parameters
[in]nameThe C-style string represents a name of the feature
[out]statusThe status object

Member Function Documentation

const FeatureIdIfacePtr& get ( ) const
inline

Returns appropriate feature id created by the factory

Returns
Shared pointer to the feature id

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

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