OpenBarnyard
 
Loading...
Searching...
No Matches
Endianness.h File Reference
#include <cstdint>
#include <bit>

Go to the source code of this file.

Typedefs

typedef TUINT8 Endianess
 

Enumerations

enum  Endianess_ : Endianess { Endianess_Little , Endianess_Big }
 

Typedef Documentation

◆ Endianess

typedef TUINT8 Endianess

Definition at line 5 of file Endianness.h.

Enumeration Type Documentation

◆ Endianess_

Enumerator
Endianess_Little 
Endianess_Big 

Definition at line 6 of file Endianness.h.

7{
10};
@ Endianess_Big
Definition Endianness.h:9
@ Endianess_Little
Definition Endianness.h:8