Exception class for CUDA errors. More...
#include <mycuda.h>
Public Member Functions | |
| exception () | |
| exception (std::string msg) | |
| ~exception () throw () | |
| const char * | what () const throw () |
Exception class for CUDA errors.
void foo() throw (mycuda::exception) { if ( BAD_STUFF ) throw exception( "Bad stuff" ); }
|
inline | |||||||||||||
1.8.4