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

List of all members
ErrorDetail Class Referenceabstract

Base for error detail classes. More...

Class Declaration

Constructor & Destructor Documentation

◆ ErrorDetail()

ErrorDetail ( ErrorDetailID  id)
inline

Constructs error detail from error identifier

Parameters
[in]idError identifier

◆ ~ErrorDetail()

virtual ~ErrorDetail ( )
inlinevirtual

Destructor

Member Function Documentation

◆ addNext()

void addNext ( ErrorDetail ptr)
inlineprotected

Set pointer to the next detail

Parameters
[in]ptrPointer to the next detail

◆ clone()

virtual ErrorDetail* clone ( ) const
pure virtual

Returns copy of this object

Returns
copy of this object

◆ describe()

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

◆ id()

ErrorDetailID id ( ) const
inline

Returns identifier of an error detail

Returns
identifier of an error detail

◆ next() [1/2]

const ErrorDetail* next ( ) const
inline

Access to the pointer of the next detail

Returns
pointer to the next detail

◆ next() [2/2]

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.