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

List of all members
HostAppIface Class Referenceabstract

Abstract class which defines callback interface for the host application of this library to enable such features as computation cancelling, progress bar, status bar, verbose, etc. More...

Class Declaration

Member Function Documentation

virtual bool isCancelled ( )
pure virtual

This callback is called by compute() methods of the library algorithms. If it returns true then compute() stops and returns 'ErrorUserCancelled' status

Returns
True when algorithm should be aborted

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

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