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_array_metadata Struct Reference

Arrays specific metadata. More...

#include <data.h>

Data Fields

size_t allocated
 
size_t end_ptr
 
_cbor_dst_metadata type
 

Detailed Description

Arrays specific metadata.

Definition at line 95 of file data.h.

Field Documentation

§ allocated

size_t _cbor_array_metadata::allocated

Definition at line 96 of file data.h.

§ end_ptr

size_t _cbor_array_metadata::end_ptr

Definition at line 97 of file data.h.

§ type

_cbor_dst_metadata _cbor_array_metadata::type

Definition at line 98 of file data.h.


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