Torque2D Reference
Public Types | Public Attributes | List of all members
PredicateContext Struct Reference

#include <jsontest.h>

Public Types

typedef unsigned int Id
 

Public Attributes

Id id_
 
const char * file_
 
unsigned int line_
 
const char * expr_
 
PredicateContextnext_
 
Failurefailure_
 

Detailed Description

Context used to create the assertion callstack on failure. Must be a POD to allow inline initialisation without stepping into the debugger.

Member Typedef Documentation

typedef unsigned int Id

Member Data Documentation

const char* expr_
Failure* failure_

Related Failure, set when the PredicateContext is converted into a Failure.

const char* file_
Id id_
unsigned int line_

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