ClanSoft logo
ClanSoft logo

    CL_Assert::die

Syntax

static void die(
        bool a,
        const char *file,
        int line,
        const char *func,
        const char *assert_str);

Parameters

a-Asserts if false.
file-Name of the file where the assert occoured.
line-Line in the file where the assert occoured.
func-Function in which the assert occoured.
assert_str-String that describe the assertion check.

Description

Produces an assert. This function shouldn't be called directly -instead, use the cl_assert macro.


Back to index



This page was built using the Perceps documentation system.