Pharos 0.7.23
Modern Web Framework & Web App Hosting Service.
Loading...
Searching...
No Matches
yyjson_mut_doc Struct Reference

#include <yyjson.h>

Data Fields

yyjson_mut_valroot
yyjson_alc alc
yyjson_str_pool str_pool
yyjson_val_pool val_pool

Detailed Description

Definition at line 5848 of file yyjson.h.

Field Documentation

◆ alc

yyjson_alc yyjson_mut_doc::alc

a valid allocator, nonnull

Definition at line 5850 of file yyjson.h.

Referenced by yyjson_mut_doc_free(), and yyjson_mut_doc_new().

◆ root

yyjson_mut_val* yyjson_mut_doc::root

root value of the JSON document, nullable

Definition at line 5849 of file yyjson.h.

Referenced by yyjson_mut_doc_imut_copy(), yyjson_mut_doc_mut_copy(), yyjson_mut_write_buf(), yyjson_mut_write_file(), yyjson_mut_write_fp(), and yyjson_mut_write_opts().

◆ str_pool

yyjson_str_pool yyjson_mut_doc::str_pool

string memory pool

Definition at line 5851 of file yyjson.h.

Referenced by yyjson_mut_doc_free(), yyjson_mut_doc_new(), and yyjson_mut_doc_set_str_pool_size().

◆ val_pool

yyjson_val_pool yyjson_mut_doc::val_pool

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