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

Field Documentation

◆ as_float

float _cbor_float_helper::as_float

Definition at line 148 of file data.h.

◆ as_uint

uint32_t _cbor_float_helper::as_uint

Definition at line 149 of file data.h.


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