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_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 116 of file data.h.

Field Documentation

◆ allocated

size_t _cbor_array_metadata::allocated

Definition at line 117 of file data.h.

◆ end_ptr

size_t _cbor_array_metadata::end_ptr

Definition at line 118 of file data.h.

◆ type

_cbor_dst_metadata _cbor_array_metadata::type

Definition at line 119 of file data.h.


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