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

Maps specific metadata. More...

#include <data.h>

Data Fields

size_t allocated
 
size_t end_ptr
 
_cbor_dst_metadata type
 

Detailed Description

Maps specific metadata.

Definition at line 102 of file data.h.

Field Documentation

§ allocated

size_t _cbor_map_metadata::allocated

Definition at line 103 of file data.h.

§ end_ptr

size_t _cbor_map_metadata::end_ptr

Definition at line 104 of file data.h.

§ type

_cbor_dst_metadata _cbor_map_metadata::type

Definition at line 105 of file data.h.


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