Torque2D Reference
Loading...
Searching...
No Matches
Public Types | Static Public Member Functions | List of all members
PlatformAssert Class Reference

#include <platformAssert.h>

Public Types

enum  Type { Warning = 3 , Fatal = 2 , Fatal_ISV = 1 }
 

Static Public Member Functions

static void create (PlatformAssert *newAssertClass=NULL)
 
static void destroy ()
 
static bool processAssert (Type assertType, const char *filename, U32 lineNumber, const char *message)
 
static char * message (const char *message,...)
 
static bool processingAssert ()
 

Member Enumeration Documentation

◆ Type

enum Type
Enumerator
Warning 
Fatal 
Fatal_ISV 

Member Function Documentation

◆ create()

void create ( PlatformAssert newAssertClass = NULL)
static

◆ destroy()

void destroy ( )
static

◆ message()

static char * message ( const char *  message,
  ... 
)
static

◆ processAssert()

bool processAssert ( Type  assertType,
const char *  filename,
U32  lineNumber,
const char *  message 
)
static

◆ processingAssert()

bool processingAssert ( )
static

The documentation for this class was generated from the following files: