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

Field Documentation

◆ allocated

size_t _cbor_map_metadata::allocated

Definition at line 124 of file data.h.

◆ end_ptr

size_t _cbor_map_metadata::end_ptr

Definition at line 125 of file data.h.

◆ type

_cbor_dst_metadata _cbor_map_metadata::type

Definition at line 126 of file data.h.


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