|
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 119 of file SDL_assert.h.
| int SDL_AssertData::always_ignore |
Definition at line 121 of file SDL_assert.h.
| const char* SDL_AssertData::condition |
Definition at line 123 of file SDL_assert.h.
| const char* SDL_AssertData::filename |
Definition at line 124 of file SDL_assert.h.
| const char* SDL_AssertData::function |
Definition at line 126 of file SDL_assert.h.
| int SDL_AssertData::linenum |
Definition at line 125 of file SDL_assert.h.
| const struct SDL_AssertData* SDL_AssertData::next |
Definition at line 127 of file SDL_assert.h.
| unsigned int SDL_AssertData::trigger_count |
Definition at line 122 of file SDL_assert.h.