Home | All Classes | Grouped Classes | Index | Search

CL_AssertListener::assert_occurred

Called by CL_Assert::die() when assertion occurs.

	void assert_occurred(
		const char* file, int line);

Parameters:

file
Filename where the assert occurred.
line
Line number in the file where the assert occurred.

Detailed description:

Remember to add it as an listener - otherwise it will _NOT_ be called.

See also:

CL_AssertListener



Questions or comments, write to the ClanLib mailing list.