![]() |
ImFusion C++ SDK 4.4.0
|
Assertion library. More...
Assertion library.
Typedefs | |
| using | HandlerFunction |
| Alias for a function pointer that can be used to handle trapped assertions. | |
Functions | |
| HandlerFunction | handler () |
| Returns the currently set assertion handler function. | |
| void | setHandler (HandlerFunction handler) |
| Sets the assertion handler function to use. | |
| void | defaultHandler (const char *condition, const char *message, const char *fileName, const char *functionName, int line) |
| Handler function that is used by default to handle trapped assertions. | |