#include <SgSystem.h>
Definition at line 72 of file SgSystem.h.
Public Member Functions | |
| SgAssertionHandler () | |
| Constructor. | |
| virtual | ~SgAssertionHandler () |
| Constructor. | |
| virtual void | Run ()=0 |
| SgAssertionHandler::SgAssertionHandler | ( | ) |
Constructor.
Automatically registers the handler.
Definition at line 41 of file SgSystem.cpp.
References AssertionHandlers().
| SgAssertionHandler::~SgAssertionHandler | ( | ) | [virtual] |
Constructor.
Automatically unregisters the handler.
Definition at line 46 of file SgSystem.cpp.
References AssertionHandlers().
| virtual void SgAssertionHandler::Run | ( | ) | [pure virtual] |
Referenced by SgHandleAssertion().