Torque2D Reference
|
#include <jsontest.h>
Public Types | |
typedef unsigned int | Id |
Public Attributes | |
Id | id_ |
const char * | file_ |
unsigned int | line_ |
const char * | expr_ |
PredicateContext * | next_ |
Failure * | failure_ |
Context used to create the assertion callstack on failure. Must be a POD to allow inline initialisation without stepping into the debugger.
typedef unsigned int Id |
const char* expr_ |
Failure* failure_ |
Related Failure, set when the PredicateContext is converted into a Failure.
const char* file_ |
Id id_ |
unsigned int line_ |
PredicateContext* next_ |