Static Value-Flow Analysis
Public Attributes | List of all members
printbuffer Struct Reference

Public Attributes

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 428 of file cJSON.cpp.

Member Data Documentation

◆ buffer

unsigned char* printbuffer::buffer

Definition at line 430 of file cJSON.cpp.

◆ depth

size_t printbuffer::depth

Definition at line 433 of file cJSON.cpp.

◆ format

cJSON_bool printbuffer::format

Definition at line 435 of file cJSON.cpp.

◆ hooks

internal_hooks printbuffer::hooks

Definition at line 436 of file cJSON.cpp.

◆ length

size_t printbuffer::length

Definition at line 431 of file cJSON.cpp.

◆ noalloc

cJSON_bool printbuffer::noalloc

Definition at line 434 of file cJSON.cpp.

◆ offset

size_t printbuffer::offset

Definition at line 432 of file cJSON.cpp.


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