int | always_ignore | 設定されていれば1, いなければ0 |
unsigned int | trigger_count | アサーションの回数 |
const char* | condition | チェックするアサーションの条件 |
const char* | filename | アサーションのあるファイルの名前 |
int | linenum | アサーションのある位置 |
const char* | function | アサーションのある関数 |
const struct SDL_assert_data* | next | 次のアサーション情報へのポインタ |