![]() |
Murl Engine API
Version 2018.3
|
The assert class. More...
#include <murl_debug_assert.h>
The assert class.
See MURL_ASSERT() and MURL_VERIFY().
Static Public Member Functions | |
static Bool | Abort (const Char *file, SInt32 line, const Char *condition) |
Write an assert message and abort the program. More... | |
|
static |
Write an assert message and abort the program.
The message is printed using the Logger::PrintError() method and the program is aborted with System::CLib::Abort().
The message format is "[file name]:[line number]: failed assertion '[condition]'".
file | The file's name string. |
line | The file's line number. |
condition | The string of the assert condition. |