libcbor 0.12.0
libcbor is a C library for parsing and generating CBOR, the general-purpose schema-less binary data format.
Loading...
Searching...
No Matches
cbor_indefinite_string_data Struct Reference

Defines cbor_item_t::data structure for indefinite strings and bytestrings. More...

#include <data.h>

Data Fields

size_t chunk_count
 
size_t chunk_capacity
 
cbor_item_t ** chunks
 

Detailed Description

Defines cbor_item_t::data structure for indefinite strings and bytestrings.

Used to cast the raw representation for a sane manipulation

Definition at line 186 of file data.h.

Field Documentation

◆ chunk_capacity

size_t cbor_indefinite_string_data::chunk_capacity

Definition at line 188 of file data.h.

◆ chunk_count

size_t cbor_indefinite_string_data::chunk_count

Definition at line 187 of file data.h.

◆ chunks

cbor_item_t** cbor_indefinite_string_data::chunks

Definition at line 189 of file data.h.


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