ClanSoft logo
ClanSoft logo

    CL_AssertListener::assert_occoured

Syntax

virtual void assert_occoured(
        const char *file,
        int line);

Parameters

file-Filename where the assert occoured.
line-Line number in the file where the assert occoured.

Description

Called by CL_Assert::die() when assertion occours. Remember toadd it as an listener - otherwise it will _NOT_ be called.


Back to index



This page was built using the Perceps documentation system.