#include <OSDLSurface.h>
Inheritance diagram for OSDL::Video::VideoMemoryLostException:
Definition at line 67 of file OSDLSurface.h.
Public Member Functions | |
VideoMemoryLostException (const std::string &message) throw () | |
VideoMemoryLostException () throw () | |
Constructor with no message, used when no particular reason is known. | |
virtual | ~VideoMemoryLostException () throw () |
VideoMemoryLostException::VideoMemoryLostException | ( | const std::string & | message | ) | throw () |
Definition at line 67 of file OSDLSurface.cc.
VideoMemoryLostException::VideoMemoryLostException | ( | ) | throw () |
Constructor with no message, used when no particular reason is known.
Definition at line 75 of file OSDLSurface.cc.
VideoMemoryLostException::~VideoMemoryLostException | ( | ) | throw () [virtual] |
Definition at line 82 of file OSDLSurface.cc.