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

Field Documentation

◆ codepoint_count

size_t _cbor_string_metadata::codepoint_count

Definition at line 110 of file data.h.

◆ length

size_t _cbor_string_metadata::length

Definition at line 109 of file data.h.

◆ type

_cbor_dst_metadata _cbor_string_metadata::type

Definition at line 112 of file data.h.


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