|
SDL
2.0
|
#include <SDL_assert.h>
Collaboration diagram for SDL_AssertData:Data Fields | |
| int | always_ignore |
| unsigned int | trigger_count |
| const char * | condition |
| const char * | filename |
| int | linenum |
| const char * | function |
| const struct SDL_AssertData * | next |
Definition at line 109 of file SDL_assert.h.
| int SDL_AssertData::always_ignore |
Definition at line 111 of file SDL_assert.h.
Referenced by TestAssertions().
| const char* SDL_AssertData::condition |
Definition at line 113 of file SDL_assert.h.
Referenced by TestAssertions().
| const char* SDL_AssertData::filename |
Definition at line 114 of file SDL_assert.h.
Referenced by TestAssertions().
| const char* SDL_AssertData::function |
Definition at line 116 of file SDL_assert.h.
Referenced by TestAssertions().
| int SDL_AssertData::linenum |
Definition at line 115 of file SDL_assert.h.
Referenced by TestAssertions().
| const struct SDL_AssertData* SDL_AssertData::next |
Definition at line 117 of file SDL_assert.h.
Referenced by TestAssertions().
| unsigned int SDL_AssertData::trigger_count |
Definition at line 112 of file SDL_assert.h.
Referenced by TestAssertions().