libcbor  0.5.0
libcbor is a C library for parsing and generating CBOR, the general-purpose schema-less binary data format.
Data Fields
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 164 of file data.h.

Field Documentation

§ chunk_capacity

size_t cbor_indefinite_string_data::chunk_capacity

Definition at line 166 of file data.h.

§ chunk_count

size_t cbor_indefinite_string_data::chunk_count

Definition at line 165 of file data.h.

§ chunks

cbor_item_t* * cbor_indefinite_string_data::chunks

Definition at line 167 of file data.h.


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