Loading...
Searching...
No Matches
le_uint64_t Union Reference

A 64 bit integer in little endian. More...

Detailed Description

A 64 bit integer in little endian.

This is a wrapper around an uint64_t to catch missing conversions between different byte orders at compile time.

Definition at line 54 of file byteorder.h.

#include <byteorder.h>

Data Fields

uint64_t u64
 64 bit representation
 
uint8_t u8 [8]
 8 bit representation
 

Field Documentation

◆ u64

uint64_t le_uint64_t::u64

64 bit representation

Definition at line 55 of file byteorder.h.

◆ u8

uint8_t le_uint64_t::u8[8]

8 bit representation

Definition at line 56 of file byteorder.h.


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