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

Strings specific metadata. More...

#include <data.h>

Data Fields

size_t length
 
size_t codepoint_count
 
_cbor_dst_metadata type
 

Detailed Description

Strings specific metadata.

Definition at line 88 of file data.h.

Field Documentation

§ codepoint_count

size_t _cbor_string_metadata::codepoint_count

Definition at line 90 of file data.h.

§ length

size_t _cbor_string_metadata::length

Definition at line 89 of file data.h.

§ type

_cbor_dst_metadata _cbor_string_metadata::type

Definition at line 91 of file data.h.


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