Skip to content

fplEndianess Union Reference

Finalspace edited this page May 29, 2026 · 1 revision

Byte-order probe union that overlays a 32-bit integer with its raw bytes. More...

#include <final_platform_layer.h>

Data Fields

Type Name
unsigned char bytes [4]
Value as 4 unsigned chars.
uint32_t value
Value as 32-bit unsigned integer.

Detailed Description

Byte-order probe union that overlays a 32-bit integer with its raw bytes.

Definition at line 3446 of file final_platform_layer.h.

Field Documentation

bytes

unsigned char fplEndianess::bytes[4]

Value as 4 unsigned chars.

Definition at line 3448 of file final_platform_layer.h.

value

uint32_t fplEndianess::value

Value as 32-bit unsigned integer.

Definition at line 3450 of file final_platform_layer.h.


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

Final Platform Layer

Pages

Topics

Data Structures

Clone this wiki locally