libcbor ~master (2021-06-19T18:50:17Z)
Dub
Repo
_cbor_double_helper
deimos
cbor
data
Raw memory casts helper
union
_cbor_double_helper {
double
as_double
;
ulong
as_uint
;
}
Members
Variables
as_double
double
as_double
;
Raw memory casts helper
as_uint
ulong
as_uint
;
Undocumented in source.
Meta
Source
See Implementation
deimos
cbor
data
aliases
_cbor_ctrl
_cbor_dst_metadata
cbor_data
cbor_decoder_status
cbor_error_code
cbor_float_width
cbor_int_width
cbor_mutable_data
cbor_type
enums
CBOR_CTRL_NONE
CBOR_DECODER_FINISHED
CBOR_ERR_NONE
CBOR_FLOAT_0
CBOR_INT_8
CBOR_TYPE_UINT
_CBOR_METADATA_DEFINITE
structs
_cbor_array_metadata
_cbor_bytestring_metadata
_cbor_float_ctrl_metadata
_cbor_int_metadata
_cbor_map_metadata
_cbor_string_metadata
_cbor_tag_metadata
cbor_decoder_result
cbor_error
cbor_indefinite_string_data
cbor_item_t
cbor_load_result
cbor_pair
unions
_cbor_double_helper
_cbor_float_helper
cbor_item_metadata
Raw memory casts helper