Wiki Page Content

Differences between revisions 4 and 5
Revision 4 as of 2011-12-07 20:14:22
Size: 1119
Editor: SheenaSmith
Comment: update formatting - greyed out fields
Revision 5 as of 2013-07-30 03:34:27
Size: 1188
Editor: RyanGordon
Comment:
Deletions are marked like this. Additions are marked like this.
Line 17: Line 17:
||<rowstyle="color: #808080;">const struct SDL_assert_data*||'''next'''||(internal use)|| ||const struct SDL_assert_data*||'''next'''||Pointer to next triggered assertion's info||
Line 25: Line 25:
This structure is filled in with information about the assertion and is used by the assertion handler then added to the assertion report. This structure is filled in with information about the assertion and is used by the assertion handler then added to the assertion report. This is returned as a linked list from [[SDL_GetAssertionReport]]().

SDL_assert_data

A structure that contains information about an assertion.

Data Fields

int

always_ignore

1 if set, 0 otherwise

unsigned int

trigger_count

number of times this assertion was triggered

const char*

condition

the assertion condition to check

const char*

filename

the file containing the assertion

int

linenum

the location of the assertion in the file

const char*

function

the function containing the assertion

const struct SDL_assert_data*

next

Pointer to next triggered assertion's info

Code Examples

You can add your code example here

Remarks

This structure is filled in with information about the assertion and is used by the assertion handler then added to the assertion report. This is returned as a linked list from SDL_GetAssertionReport().


CategoryStruct, CategoryAssertions

None: SDL_assert_data (last edited 2013-07-30 03:34:27 by RyanGordon)

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