ViennaCL - The Vienna Computing Library
1.5.1
|
Exception class in case of memory errors. More...
#include <forwards.h>
Public Member Functions | |
memory_exception () | |
memory_exception (std::string message) | |
virtual const char * | what () const throw () |
virtual | ~memory_exception () throw () |
Exception class in case of memory errors.
memory_exception | ( | ) | [inline] |
memory_exception | ( | std::string | message | ) | [inline] |
virtual ~memory_exception | ( | ) | throw () [inline, virtual] |
virtual const char* what | ( | ) | const throw () [inline, virtual] |