an exception which carries a standard error code
More...
#include <mpblocks/cuda/ExceptionStream.h>
an exception which carries a standard error code
Definition at line 67 of file ExceptionStream.h.
mpblocks::cuda::CudaException::CudaException |
( |
cudaError_t |
code, |
|
|
const std::string & |
msg |
|
) |
| |
|
inline |
virtual mpblocks::cuda::CudaException::~CudaException |
( |
| ) |
|
throw | ( | |
| ) | | |
|
inlinevirtual |
cudaError_t mpblocks::cuda::CudaException::code |
( |
| ) |
|
|
inline |
virtual const char* mpblocks::cuda::CudaException::what |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
inlinevirtual |
cudaError_t mpblocks::cuda::CudaException::m_code |
|
private |
std::string mpblocks::cuda::CudaException::m_message |
|
private |
The documentation for this class was generated from the following file: