Results 1 - 11 of 11 results out of about 6839 pages. (4.17 seconds)
- SDL_assert . . . 8 matches
- ...
= SDL_assert =
Use this macro to create an assertion for debugging.
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
void SDL_assert(condition)
}}}
== Function Parameters...
- SDL_assert_release . . . 6 matches
- ...
= SDL_assert_release =
Use this function to create an assertion for release builds.
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
void SDL_assert_release(condition)
}}}...
- SDL_assert_paranoid . . . 6 matches
- ...
= SDL_assert_paranoid =
Use this function to create an assertion for detailed checking.
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
void SDL_assert_paranoid(condition...
- SDL_assert_data . . . 6 matches
- ...
= SDL_assert_data =
A structure that contains information about an assertion.
<<TableOfContents()>>
== Data Fields ==
||int||'''always_ignore'''||1 if set, 0 otherwise||
||unsi...
- SDL_assert_state . . . 2 matches
- ...#pragma section-numbers off
#pragma camelcase off
This enumeration has been replaced by [[SDL_AssertState]] in SDL 2.0.4....
- SDL_SetAssertionHandler . . . 5 matches
- ...
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
void SDL_SetAssertionHandler(SDL_AssertionHandler handler,
void* userdata)
}}}
...
- SGStructures . . . 2 matches
- ...ary to understand the field.||
||''Example'': {{{||type*||...}}}, [[SDL_Surface]], [[SDL_assert_data]]||
||||<bgcolor="#EDEDED">''First Column (type) & Second Column (field)''||
||...
- SDL_TriggerBreakpoint . . . 1 match
- ...goryAssertions|the assertion facility]] uses this so that the debugger stops on the exact line of code where an [[SDL_assert]] failed.
----
[[CategoryAPI]], [[CategoryAssertions]]...
- CategoryStruct . . . 1 match
- ...##master-page:CategoryTemplate
##master-date:Unknown-Date
#format wiki
#language en
= SDL 2.0 API Structures =
<<TableOfContents()>>
== Introduction ==
This category contains a...
- CategoryEnum . . . 1 match
- ...##master-page:CategoryTemplate
##master-date:Unknown-Date
#format wiki
#language en
= SDL 2.0 API Enumerations =
<<TableOfContents()>>
== Introduction ==
This category contain...
- CategoryAPI . . . 1 match
- ...##master-page:CategoryTemplate
##master-date:Unknown-Date
#format wiki
#language en
= SDL 2.0 API by Name =
<<TableOfContents()>>
== Hints ==
<<FullSearchCached(category:Catego...
