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_float_helper Union Reference

Raw memory casts helper. More...

#include <data.h>

Data Fields

float as_float
 
uint32_t as_uint
 

Detailed Description

Raw memory casts helper.

Definition at line 126 of file data.h.

Field Documentation

§ as_float

float _cbor_float_helper::as_float

Definition at line 127 of file data.h.

§ as_uint

uint32_t _cbor_float_helper::as_uint

Definition at line 128 of file data.h.


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