This is the complete list of members for cl::sycl::exception, including all inherited members.
__SYCL2020_DEPRECATED("The version of an exception constructor which takes " "no arguments is deprecated.") exception()=default | cl::sycl::exception | |
category() const noexcept | cl::sycl::exception | |
code() const noexcept | cl::sycl::exception | |
exception(std::error_code, const char *Msg) | cl::sycl::exception | |
exception(std::error_code, const std::string &Msg) | cl::sycl::exception | |
exception(std::error_code) | cl::sycl::exception | |
exception(int, const std::error_category &, const std::string &) | cl::sycl::exception | |
exception(int, const std::error_category &, const char *) | cl::sycl::exception | |
exception(int, const std::error_category &) | cl::sycl::exception | |
exception(context, std::error_code, const std::string &) | cl::sycl::exception | |
exception(context, std::error_code, const char *) | cl::sycl::exception | |
exception(context, std::error_code) | cl::sycl::exception | |
exception(context, int, const std::error_category &, const std::string &) | cl::sycl::exception | |
exception(context, int, const std::error_category &, const char *) | cl::sycl::exception | |
exception(context, int, const std::error_category &) | cl::sycl::exception | |
exception(const char *Msg, const pi_int32 PIErr, std::shared_ptr< context > Context=nullptr) | cl::sycl::exception | inlineprotected |
exception(const std::string &Msg, const pi_int32 PIErr, std::shared_ptr< context > Context=nullptr) | cl::sycl::exception | inlineprotected |
exception(std::error_code ec, const char *Msg, const pi_int32 PIErr, std::shared_ptr< context > Context=nullptr) | cl::sycl::exception | inlineprotected |
exception(std::error_code ec, const std::string &Msg, const pi_int32 PIErr, std::shared_ptr< context > Context=nullptr) | cl::sycl::exception | inlineprotected |
exception(const std::string &Msg) | cl::sycl::exception | inlineprotected |
exception(std::error_code ec, std::shared_ptr< context > SharedPtrCtx, const std::string &what_arg) | cl::sycl::exception | protected |
get_cl_code() const | cl::sycl::exception | |
get_context() const | cl::sycl::exception | |
has_context() const | cl::sycl::exception | |
what() const noexcept final | cl::sycl::exception |