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

#include <ctoon.h>

Collaboration diagram for ctoon_mut_val:

Data Fields

uint64_t tag
 
ctoon_val_uni uni
 
ctoon_mut_valnext
 

Detailed Description

Mutable TOON value, 24 bytes. The 'tag' and 'uni' field is same as immutable value. The 'next' field links all elements inside the container to be a cycle.

Definition at line 5361 of file ctoon.h.

Field Documentation

◆ next

ctoon_mut_val* ctoon_mut_val::next

the next value in circular linked list

Definition at line 5364 of file ctoon.h.

◆ tag

uint64_t ctoon_mut_val::tag

type, subtype and length

Definition at line 5362 of file ctoon.h.

◆ uni

ctoon_val_uni ctoon_mut_val::uni

payload

Definition at line 5363 of file ctoon.h.


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