#include <sycl/exception.hpp>
|
| __SYCL2020_DEPRECATED ("The version of an exception constructor which takes " "no arguments is deprecated.") exception()=default |
|
virtual | ~exception () |
|
| exception (std::error_code, const char *Msg) |
|
| exception (std::error_code Ec, const std::string &Msg) |
|
| exception (std::error_code) |
|
| exception (int EV, const std::error_category &ECat, const std::string &WhatArg) |
|
| exception (int, const std::error_category &, const char *) |
|
| exception (int, const std::error_category &) |
|
| exception (context, std::error_code, const std::string &) |
|
| exception (context, std::error_code, const char *) |
|
| exception (context, std::error_code) |
|
| exception (context, int, const std::error_category &, const std::string &) |
|
| exception (context, int, const std::error_category &, const char *) |
|
| exception (context, int, const std::error_category &) |
|
const std::error_code & | code () const noexcept |
|
const std::error_category & | category () const noexcept |
|
const char * | what () const noexcept final |
|
bool | has_context () const noexcept |
|
context | get_context () const |
|
|
| exception (std::error_code Ec, const char *Msg, const int32_t PIErr) |
|
| exception (std::error_code Ec, const std::string &Msg, const int32_t URErr) |
|
| exception (std::error_code Ec, std::shared_ptr< context > SharedPtrCtx, const std::string &what_arg) |
|
| exception (std::error_code Ec, std::shared_ptr< context > SharedPtrCtx, const char *WhatArg) |
|
Definition at line 75 of file exception.hpp.
◆ ~exception()
sycl::_V1::exception::~exception |
( |
| ) |
|
|
virtual |
◆ exception() [1/16]
sycl::_V1::exception::exception |
( |
std::error_code |
EC, |
|
|
const char * |
Msg |
|
) |
| |
◆ exception() [2/16]
sycl::_V1::exception::exception |
( |
std::error_code |
Ec, |
|
|
const std::string & |
Msg |
|
) |
| |
|
inline |
◆ exception() [3/16]
sycl::_V1::exception::exception |
( |
std::error_code |
EC | ) |
|
◆ exception() [4/16]
sycl::_V1::exception::exception |
( |
int |
EV, |
|
|
const std::error_category & |
ECat, |
|
|
const std::string & |
WhatArg |
|
) |
| |
|
inline |
◆ exception() [5/16]
sycl::_V1::exception::exception |
( |
int |
EV, |
|
|
const std::error_category & |
ECat, |
|
|
const char * |
WhatArg |
|
) |
| |
◆ exception() [6/16]
sycl::_V1::exception::exception |
( |
int |
EV, |
|
|
const std::error_category & |
ECat |
|
) |
| |
◆ exception() [7/16]
sycl::_V1::exception::exception |
( |
context |
Ctx, |
|
|
std::error_code |
EC, |
|
|
const std::string & |
WhatArg |
|
) |
| |
|
inline |
◆ exception() [8/16]
sycl::_V1::exception::exception |
( |
context |
Ctx, |
|
|
std::error_code |
EC, |
|
|
const char * |
WhatArg |
|
) |
| |
|
inline |
◆ exception() [9/16]
sycl::_V1::exception::exception |
( |
context |
Ctx, |
|
|
std::error_code |
EC |
|
) |
| |
|
inline |
◆ exception() [10/16]
sycl::_V1::exception::exception |
( |
context |
Ctx, |
|
|
int |
EV, |
|
|
const std::error_category & |
ECat, |
|
|
const std::string & |
WhatArg |
|
) |
| |
|
inline |
◆ exception() [11/16]
sycl::_V1::exception::exception |
( |
context |
Ctx, |
|
|
int |
EV, |
|
|
const std::error_category & |
ECat, |
|
|
const char * |
WhatArg |
|
) |
| |
|
inline |
◆ exception() [12/16]
sycl::_V1::exception::exception |
( |
context |
Ctx, |
|
|
int |
EV, |
|
|
const std::error_category & |
ECat |
|
) |
| |
|
inline |
◆ exception() [13/16]
sycl::_V1::exception::exception |
( |
std::error_code |
Ec, |
|
|
const char * |
Msg, |
|
|
const int32_t |
PIErr |
|
) |
| |
|
inlineprotected |
◆ exception() [14/16]
sycl::_V1::exception::exception |
( |
std::error_code |
Ec, |
|
|
const std::string & |
Msg, |
|
|
const int32_t |
URErr |
|
) |
| |
|
inlineprotected |
◆ exception() [15/16]
sycl::_V1::exception::exception |
( |
std::error_code |
Ec, |
|
|
std::shared_ptr< context > |
SharedPtrCtx, |
|
|
const std::string & |
what_arg |
|
) |
| |
|
inlineprotected |
◆ exception() [16/16]
sycl::_V1::exception::exception |
( |
std::error_code |
Ec, |
|
|
std::shared_ptr< context > |
SharedPtrCtx, |
|
|
const char * |
WhatArg |
|
) |
| |
|
protected |
◆ __SYCL2020_DEPRECATED()
sycl::_V1::exception::__SYCL2020_DEPRECATED |
( |
"The version of an exception constructor which takes " "no arguments is deprecated." |
| ) |
|
|
default |
◆ category()
const std::error_category & sycl::_V1::exception::category |
( |
| ) |
const |
|
noexcept |
◆ code()
const std::error_code & sycl::_V1::exception::code |
( |
| ) |
const |
|
noexcept |
◆ get_context()
context sycl::_V1::exception::get_context |
( |
| ) |
const |
◆ has_context()
bool sycl::_V1::exception::has_context |
( |
| ) |
const |
|
noexcept |
◆ what()
const char * sycl::_V1::exception::what |
( |
| ) |
const |
|
finalnoexcept |
◆ detail::get_ur_error
◆ detail::set_ur_error
The documentation for this class was generated from the following files: