Wiki Page Content

Revision 2 as of 2011-04-18 18:20:18

Clear message

DRAFT

SDL_assert_data

A structure that contains assertion information.

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 filename 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

(internal use)

Code Examples

You can add your code example here

Remarks

You can add useful comments here

This structure is filled in with information about the assertion and is used by the assertion handler then added to the assertion report.


CategoryStruct, CategoryAssertions

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