Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
byteorder.h File Reference

(813d9ae984a99e739b99cf694a9d5b24d0a6b7a7)

#include "build/build_config.h"
#include "third_party/base/sys_byteorder.h"
+ Include dependency graph for byteorder.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  fxcrt
 

Functions

uint16_t fxcrt::ByteSwapToLE16 (uint16_t x)
 
uint32_t fxcrt::ByteSwapToLE32 (uint32_t x)
 
uint16_t fxcrt::ByteSwapToBE16 (uint16_t x)
 
uint32_t fxcrt::ByteSwapToBE32 (uint32_t x)