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

List of all members
ErrorDetail Class Referenceabstract

Base for error detail classes. More...

Class Declaration

Constructor & Destructor Documentation

ErrorDetail ( ErrorDetailID  id)
inline

Constructs error detail from error identifier

Parameters
[in]idError identifier
virtual ~ErrorDetail ( )
inlinevirtual

Destructor

Member Function Documentation

void addNext ( ErrorDetail ptr)
inlineprotected

Set pointer to the next detail

Parameters
[in]ptrPointer to the next detail
virtual ErrorDetail* clone ( ) const
pure virtual

Returns copy of this object

Returns
copy of this object
virtual void describe ( char *  str) const
pure virtual

Adds description of the error detail to the given string

Parameters
[in]strString to add descrition to
ErrorDetailID id ( ) const
inline

Returns identifier of an error detail

Returns
identifier of an error detail
const ErrorDetail* next ( ) const
inline

Access to the pointer of the next detail

Returns
pointer to the next detail
ErrorDetail* next ( )
inlineprotected

Access to the pointer of the next detail

Returns
pointer to the next detail

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

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