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

Arrays specific metadata. More...

#include <data.h>

Data Fields

struct cbor_item_ttagged_item
 
uint64_t value
 

Detailed Description

Arrays specific metadata.

The pointer is included - cbor_item_metadata is 2 * sizeof(size_t) + sizeof(_cbor_string_type_metadata), lets use the space

Definition at line 114 of file data.h.

Field Documentation

§ tagged_item

struct cbor_item_t* _cbor_tag_metadata::tagged_item

Definition at line 115 of file data.h.

§ value

uint64_t _cbor_tag_metadata::value

Definition at line 116 of file data.h.


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