zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
SDL_assert_data Struct Reference

#include <SDL_assert.h>

Public Attributes

int always_ignore
 
const char * condition
 
const char * filename
 
const char * function
 
int linenum
 
struct SDL_assert_datanext
 
unsigned int trigger_count
 

Detailed Description

Definition at line 107 of file SDL_assert.h.

Member Data Documentation

int SDL_assert_data::always_ignore
const char* SDL_assert_data::condition

Definition at line 111 of file SDL_assert.h.

Referenced by SDL_GenerateAssertionReport(), and SDL_PromptAssertion().

const char* SDL_assert_data::filename
const char* SDL_assert_data::function
int SDL_assert_data::linenum
struct SDL_assert_data* SDL_assert_data::next
unsigned int SDL_assert_data::trigger_count

The documentation for this struct was generated from the following file: