![]() |
ImFusion SDK 4.3
|
Assertion library. More...
Assertion library.
Typedefs | |
| using | HandlerFunction |
| Alias for a function pointer that can be used to handle trapped assertions. | |
Functions | |
| IMFUSION_CORE_API HandlerFunction | handler () |
| Returns the currently set assertion handler function. | |
| IMFUSION_CORE_API void | setHandler (HandlerFunction handler) |
| Sets the assertion handler function to use. | |
| IMFUSION_CORE_API 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. | |