Wiki Page Content

Differences between revisions 2 and 3
Revision 2 as of 2011-04-19 17:12:59
Size: 579
Editor: SheenaSmith
Comment: update content - w/ Sam; remove draft
Revision 3 as of 2013-07-29 05:12:12
Size: 757
Editor: RyanGordon
Comment: Added remarks for SDL_ResetAssertionReport()
Deletions are marked like this. Additions are marked like this.
Line 20: Line 20:
''You can add useful comments here''

This function will clear the list of all assertions triggered up to that point.
This function will clear the list of all assertions triggered up to that point. Immediately following this call, [[SDL_GetAssertionReport]] will return no items. In addition, any previously-triggered assertions will be reset to a trigger_count of zero, and their always_ignore state will be false.

SDL_ResetAssertionReport

Use this function to clear the list of all assertion failures.

Syntax

void SDL_ResetAssertionReport(void)

Code Examples

You can add your code example here

Remarks

This function will clear the list of all assertions triggered up to that point. Immediately following this call, SDL_GetAssertionReport will return no items. In addition, any previously-triggered assertions will be reset to a trigger_count of zero, and their always_ignore state will be false.


CategoryAPI, CategoryAssertions

None: SDL_ResetAssertionReport (last edited 2013-07-29 05:15:34 by RyanGordon)

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