bubel-ecs v0.1.1 (2023-01-18T14:09:25Z)
Dub
Repo
SDL_assert_data
bindbc
sdl
bind
sdlassert
Undocumented in source.
struct
SDL_assert_data {
int
always_ignore
;
uint
trigger_count
;
const
(
char
)*
condition
;
const
(
char
)*
filename
;
int
linenum
;
const
(
char
)*
function_
;
const
(
SDL_assert_data
)*
next
;
}
Members
Variables
always_ignore
int
always_ignore
;
Undocumented in source.
condition
const
(
char
)*
condition
;
Undocumented in source.
filename
const
(
char
)*
filename
;
Undocumented in source.
function_
const
(
char
)*
function_
;
Undocumented in source.
linenum
int
linenum
;
Undocumented in source.
next
const
(
SDL_assert_data
)*
next
;
Undocumented in source.
trigger_count
uint
trigger_count
;
Undocumented in source.
Meta
Source
See Implementation
bindbc
sdl
bind
sdlassert
aliases
SDL_AssertData
SDL_AssertState
SDL_AssertionHandler
pSDL_GetAssertionHandler
pSDL_GetAssertionReport
pSDL_GetDefaultAssertionHandler
pSDL_ResetAssertionReport
pSDL_SetAssertionHandler
enums
SDL_assert_state
functions
SDL_GetAssertionHandler
SDL_GetAssertionReport
SDL_GetDefaultAssertionHandler
SDL_ResetAssertionReport
SDL_SetAssertionHandler
structs
SDL_assert_data