Skip to content

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

inline T muda::cuda_error::error () const

function error_string

inline const std::string & muda::cuda_error::error_string () const

function file

inline const std::string & muda::cuda_error::file () const

function func

inline const std::string & muda::cuda_error::func () const

function line

inline size_t muda::cuda_error::line () const


The documentation for this class was generated from the following file src/muda/check/check.h