cbor_item_t

The item handle

Members

Variables

data
ubyte* data;

Raw data block - interpretation depends on metadata

metadata
cbor_item_metadata metadata;

Discriminated by type

refcount
size_t refcount;

Reference count - initialize to 0

type
cbor_type type;

Major type discriminator

Meta