NVBIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Methods | Public Members | List of all members
mgpu::CudaException Class Reference

Detailed description

Definition at line 57 of file mgpucontext.h.

#include <mgpucontext.h>

Inheritance diagram for mgpu::CudaException:

Public Methods

 CudaException () throw ()
 
 CudaException (cudaError_t e) throw ()
 
 CudaException (const CudaException &e) throw ()
 
virtual const char * what () const throw ()
 

Public Members

cudaError_t error
 

Constructor & Destructor Documentation

mgpu::CudaException::CudaException ( )
throw (
)
inline

Definition at line 61 of file mgpucontext.h.

mgpu::CudaException::CudaException ( cudaError_t  e)
throw (
)
inline

Definition at line 62 of file mgpucontext.h.

mgpu::CudaException::CudaException ( const CudaException e)
throw (
)
inline

Definition at line 63 of file mgpucontext.h.

Member Function Documentation

virtual const char* mgpu::CudaException::what ( ) const
throw (
)
inlinevirtual

Definition at line 65 of file mgpucontext.h.

Member Data Documentation

cudaError_t mgpu::CudaException::error

Definition at line 59 of file mgpucontext.h.


The documentation for this class was generated from the following file: