Class muda::cuda_error
template <typename T>
ClassList > muda > cuda_error
Inherits the following classes: muda::exception
Public Functions
Type | Name |
---|---|
cuda_error (T error, std::string error_string, const std::string & file, size_t line, const std::string & func) |
|
T | error () const |
const std::string & | error_string () const |
const std::string & | file () const |
const std::string & | func () const |
size_t | line () const |
Public Functions inherited from muda::exception
See muda::exception
Type | Name |
---|---|
exception (const std::string & msg) |
|
virtual char const * | what () const |
Public Functions Documentation
function cuda_error
inline muda::cuda_error::cuda_error (
T error,
std::string error_string,
const std::string & file,
size_t line,
const std::string & func
)
function error
function error_string
function file
function func
function line
The documentation for this class was generated from the following file src/muda/check/check.h