|
⇤ ← Revision 1 as of 2011-03-31 20:30:43
Size: 665
Comment: create page - 3/29 e427bb6266a4
|
Size: 1408
Comment: add SDL_ASSERT_LEVEL info
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 14: | Line 14: |
| This category contains functions for ^managing SDL assertions^. | This category contains functions for managing assertions. The following table describes each SDL_ASSERT_LEVEL setting and the corresponding impact on the 3 SDL_assert functions: ||<rowbgcolor="#EDEDED">'''SDL_ASSERT_LEVEL'''||'''Description'''||'''Function'''||'''Function Status'''|| ||0||assertions disabled||SDL_assert<<BR>>SDL_assert_release<<BR>>SDL_assert_paranoid||disabled<<BR>>disabled<<BR>>disabled|| ||1||default for release||SDL_assert<<BR>>SDL_assert_release<<BR>>SDL_assert_paranoid||disabled<<BR>>enabled<<BR>>disabled|| ||2||default for debugging||SDL_assert<<BR>>SDL_assert_release<<BR>>SDL_assert_paranoid||enabled<<BR>>enabled<<BR>>disabled|| ||3||stringent for detailed checking||SDL_assert<<BR>>SDL_assert_release<<BR>>SDL_assert_paranoid||enabled<<BR>>enabled<<BR>>enabled|| |
DRAFT |
Assertions
Include File(s): SDL_assert.h
Introduction
This category contains functions for managing assertions.
The following table describes each SDL_ASSERT_LEVEL setting and the corresponding impact on the 3 SDL_assert functions:
SDL_ASSERT_LEVEL |
Description |
Function |
Function Status |
0 |
assertions disabled |
SDL_assert |
disabled |
1 |
default for release |
SDL_assert |
disabled |
2 |
default for debugging |
SDL_assert |
enabled |
3 |
stringent for detailed checking |
SDL_assert |
enabled |
Enumerations
Structures
