Wiki Page Content

Differences between revisions 1 and 2
Revision 1 as of 2011-03-31 20:16:18
Size: 768
Editor: SheenaSmith
Comment: create page - 3/29 e427bb6266a4
Revision 2 as of 2011-04-18 17:46:32
Size: 912
Editor: SheenaSmith
Comment: update content (in progress)
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
An enumeration of ^assertion states^. An enumeration of assertion ^handler^ states.
Line 25: Line 25:
This enumeration is used by the callback function in [[SDL_SetAssertionHandler]]() to determine the response to failed assertions.

DRAFT

SDL_assert_state

An enumeration of assertion handler states.

Values

SDL_ASSERTION_RETRY

retry the assert immediately

SDL_ASSERTION_BREAK

make the debugger trigger a breakpoint

SDL_ASSERTION_ABORT

terminate the program

SDL_ASSERTION_IGNORE

ignore the assert

SDL_ASSERTION_ALWAYS_IGNORE

ignore the assert from now on

Code Examples

You can add your code example here

Remarks

You can add useful comments here

This enumeration is used by the callback function in SDL_SetAssertionHandler() to determine the response to failed assertions.


CategoryEnum, CategoryAssertions

None: SDL_AssertState (last edited 2015-02-21 10:13:17 by PhilippWiesemann)

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit