CppELib 1.7.0
|
Interface for handling assertion failure by CHECK_ASSERT() macro. More...
#include <Assertion.h>
Public Member Functions | |
virtual | ~AssertHandler () |
virtual void | handle (const char *msg)=0 |
Handle an assertion failure. | |
Interface for handling assertion failure by CHECK_ASSERT() macro.
When CHECK_ASSERT() macro fails, the class that implements this interface handles the failure.
|
inlinevirtual |
|
pure virtual |
Handle an assertion failure.
msg | Message when assertion fails |
Implement this method that never returns like this example: