Additional code to run in debug mode after an assertion failed. More...
#include <SgSystem.h>
Public Member Functions | |
| SgAssertionHandler () | |
| Constructor. | |
| virtual | ~SgAssertionHandler () |
| Constructor. | |
| virtual void | Run ()=0 |
Additional code to run in debug mode after an assertion failed.
Definition at line 69 of file SgSystem.h.
| SgAssertionHandler::SgAssertionHandler | ( | ) |
| SgAssertionHandler::~SgAssertionHandler | ( | ) | [virtual] |
| virtual void SgAssertionHandler::Run | ( | ) | [pure virtual] |
Referenced by SgHandleAssertion().