|
CppELib 1.7.0
|
Classes | |
| class | AssertHandler |
| Interface for handling assertion failure by CHECK_ASSERT() macro. More... | |
| class | Failure |
| Class used when CHECK_ASSERT() macro fails. More... | |
Functions | |
| void | setHandler (AssertHandler *handler) |
| Set AssertHandler. | |
|
inline |
Set AssertHandler.
| handler | Pointer of the object that implements AssertHandler |