CToon C 0.6.1
A C99 TOON/JSON serialization library
Loading...
Searching...
No Matches
ctoon_doc Struct Reference

#include <ctoon.h>

Collaboration diagram for ctoon_doc:

Data Fields

ctoon_valroot
 
ctoon_alc alc
 
size_t dat_read
 
size_t val_read
 
char * str_pool
 

Detailed Description

Definition at line 4541 of file ctoon.h.

Field Documentation

◆ alc

ctoon_alc ctoon_doc::alc

Allocator used by document (nonnull).

Definition at line 4545 of file ctoon.h.

◆ dat_read

size_t ctoon_doc::dat_read

The total number of bytes read when parsing TOON (nonzero).

Definition at line 4547 of file ctoon.h.

◆ root

ctoon_val* ctoon_doc::root

Root value of the document (nonnull).

Definition at line 4543 of file ctoon.h.

◆ str_pool

char* ctoon_doc::str_pool

The string pool used by TOON values (nullable).

Definition at line 4551 of file ctoon.h.

◆ val_read

size_t ctoon_doc::val_read

The total number of value read when parsing TOON (nonzero).

Definition at line 4549 of file ctoon.h.


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