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

Data Fields

const unsigned char * content
 
size_t length
 
size_t offset
 
size_t depth
 
internal_hooks hooks
 

Detailed Description

Definition at line 255 of file cJSON.c.

Field Documentation

◆ content

const unsigned char* parse_buffer::content

◆ depth

size_t parse_buffer::depth

Definition at line 260 of file cJSON.c.

Referenced by parse_array(), and parse_object().

◆ hooks

internal_hooks parse_buffer::hooks

Definition at line 261 of file cJSON.c.

Referenced by CJSON_PUBLIC(), parse_array(), parse_object(), and parse_string().

◆ length

size_t parse_buffer::length

Definition at line 258 of file cJSON.c.

Referenced by buffer_skip_whitespace(), CJSON_PUBLIC(), and parse_string().

◆ offset

size_t parse_buffer::offset

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