odtone::crash
// In header: </home/carlos/Projectos/odtone/inc/odtone/debug.hpp> void crash(bug code, const char * function, const char * file, uint line, const char * expression);
Creates the crash context and dispatch it to its handler.
Parameters:
code
Crash bug code.
expression
Crash expression.
file
Crash file name.
function
Crash function.
line
Crash line number.