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

Simple pair of items for use in maps. More...

#include <data.h>

Data Fields

cbor_item_tkey
 
cbor_item_tvalue
 

Detailed Description

Simple pair of items for use in maps.

Definition at line 179 of file data.h.

Field Documentation

§ key

cbor_item_t* cbor_pair::key

Definition at line 180 of file data.h.

§ value

cbor_item_t * cbor_pair::value

Definition at line 180 of file data.h.


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