RTS API Documentation
1.10.11
|
Data Fields | |
unsigned char * | buffer |
size_t | length |
size_t | offset |
size_t | depth |
cJSON_bool | noalloc |
cJSON_bool | format |
internal_hooks | hooks |
unsigned char* printbuffer::buffer |
Definition at line 370 of file cJSON.c.
Referenced by CJSON_PUBLIC(), ensure(), print(), and update_offset().
size_t printbuffer::depth |
Definition at line 373 of file cJSON.c.
Referenced by print_array(), and print_object().
cJSON_bool printbuffer::format |
Definition at line 375 of file cJSON.c.
Referenced by CJSON_PUBLIC(), print(), print_array(), and print_object().
internal_hooks printbuffer::hooks |
Definition at line 376 of file cJSON.c.
Referenced by CJSON_PUBLIC(), ensure(), and print().
size_t printbuffer::length |
Definition at line 371 of file cJSON.c.
Referenced by CJSON_PUBLIC(), ensure(), and print().
cJSON_bool printbuffer::noalloc |
Definition at line 374 of file cJSON.c.
Referenced by CJSON_PUBLIC(), ensure(), and print().
size_t printbuffer::offset |
Definition at line 372 of file cJSON.c.
Referenced by CJSON_PUBLIC(), ensure(), print(), print_array(), print_number(), print_object(), and update_offset().