Torque2D Reference
|
#include <ultrajson.h>
Public Attributes | |
JSOBJ(* | newString )(wchar_t *start, wchar_t *end) |
void(* | objectAddKey )(JSOBJ obj, JSOBJ name, JSOBJ value) |
void(* | arrayAddItem )(JSOBJ obj, JSOBJ value) |
JSOBJ(* | newTrue )(void) |
JSOBJ(* | newFalse )(void) |
JSOBJ(* | newNull )(void) |
JSOBJ(* | newObject )(void) |
JSOBJ(* | newArray )(void) |
JSOBJ(* | newInt )(JSINT32 value) |
JSOBJ(* | newLong )(JSINT64 value) |
JSOBJ(* | newDouble )(double value) |
void(* | releaseObject )(JSOBJ obj) |
JSPFN_MALLOC | malloc |
JSPFN_FREE | free |
JSPFN_REALLOC | realloc |
char * | errorStr |
char * | errorOffset |
void(* arrayAddItem) (JSOBJ obj, JSOBJ value) |
char* errorOffset |
char* errorStr |
JSPFN_FREE free |
JSPFN_MALLOC malloc |
JSOBJ(* newArray) (void) |
JSOBJ(* newDouble) (double value) |
JSOBJ(* newFalse) (void) |
JSOBJ(* newInt) (JSINT32 value) |
JSOBJ(* newLong) (JSINT64 value) |
JSOBJ(* newNull) (void) |
JSOBJ(* newObject) (void) |
JSOBJ(* newString) (wchar_t *start, wchar_t *end) |
JSOBJ(* newTrue) (void) |
void(* objectAddKey) (JSOBJ obj, JSOBJ name, JSOBJ value) |
JSPFN_REALLOC realloc |
void(* releaseObject) (JSOBJ obj) |