Wiki Page Content

Revision 2 as of 2011-04-13 18:44:10

Clear message

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
SDL_assert_release
SDL_assert_paranoid

disabled
disabled
disabled

1

default for release

SDL_assert
SDL_assert_release
SDL_assert_paranoid

disabled
enabled
disabled

2

default for debugging

SDL_assert
SDL_assert_release
SDL_assert_paranoid

enabled
enabled
disabled

3

stringent for detailed checking

SDL_assert
SDL_assert_release
SDL_assert_paranoid

enabled
enabled
enabled

Enumerations

Structures

Functions


CategoryCategory

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit