Torque2D Reference
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
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

enum Type
Enumerator
Warning 
Fatal 
Fatal_ISV 

Member Function Documentation

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

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