CLRX
1
An unofficial OpenCL extensions designed for Radeon GPUs
|
error class based on std::exception More...
#include <CLHelper.h>
Public Member Functions | |
CLError (const char *_description) | |
constructor with description | |
CLError (cl_int _error, const char *_description) | |
constructor with description and OpenCL error | |
virtual | ~CLError () noexcept |
destructor | |
const char * | what () const noexcept |
get what | |
int | code () const |
get OpenCL error code | |
![]() | |
Exception ()=default | |
empty constructor | |
Exception (const std::string &message) | |
constructor with messasge | |
virtual | ~Exception () noexcept=default |
destructor | |
const char * | what () const noexcept |
get exception message | |
Additional Inherited Members | |
![]() | |
std::string | message |
message | |
error class based on std::exception