RTS API Documentation  1.10.11
Data Fields
printbuffer Struct Reference
+ Collaboration diagram for printbuffer:

Data Fields

unsigned char * buffer
 
size_t length
 
size_t offset
 
size_t depth
 
cJSON_bool noalloc
 
cJSON_bool format
 
internal_hooks hooks
 

Detailed Description

Definition at line 368 of file cJSON.c.

Field Documentation

◆ buffer

unsigned char* printbuffer::buffer

Definition at line 370 of file cJSON.c.

Referenced by CJSON_PUBLIC(), ensure(), print(), and update_offset().

◆ depth

size_t printbuffer::depth

Definition at line 373 of file cJSON.c.

Referenced by print_array(), and print_object().

◆ format

cJSON_bool printbuffer::format

Definition at line 375 of file cJSON.c.

Referenced by CJSON_PUBLIC(), print(), print_array(), and print_object().

◆ hooks

internal_hooks printbuffer::hooks

Definition at line 376 of file cJSON.c.

Referenced by CJSON_PUBLIC(), ensure(), and print().

◆ length

size_t printbuffer::length

Definition at line 371 of file cJSON.c.

Referenced by CJSON_PUBLIC(), ensure(), and print().

◆ noalloc

cJSON_bool printbuffer::noalloc

Definition at line 374 of file cJSON.c.

Referenced by CJSON_PUBLIC(), ensure(), and print().

◆ offset

size_t printbuffer::offset

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