|
Mana
|
#include <cstdint>Go to the source code of this file.
Namespaces | |
| mana | |
Functions | |
| bool | mana::IsBigEndian () |
| int16_t | mana::SwapEndian (const int16_t value) |
| uint16_t | mana::SwapEndian (const uint16_t value) |
| int32_t | mana::SwapEndian (const int32_t value) |
| uint32_t | mana::SwapEndian (const uint32_t value) |
| float | mana::SwapEndian (const float value) |