JUCE
|
This is the complete list of members for ByteOrder, including all inherited members.
bigEndian24Bit(const void *bytes) noexcept | ByteOrder | static |
bigEndian24BitToChars(int32 value, void *destBytes) noexcept | ByteOrder | static |
bigEndianInt(const void *bytes) noexcept | ByteOrder | static |
bigEndianInt64(const void *bytes) noexcept | ByteOrder | static |
bigEndianShort(const void *bytes) noexcept | ByteOrder | static |
isBigEndian() noexcept | ByteOrder | static |
littleEndian24Bit(const void *bytes) noexcept | ByteOrder | static |
littleEndian24BitToChars(int32 value, void *destBytes) noexcept | ByteOrder | static |
littleEndianInt(const void *bytes) noexcept | ByteOrder | static |
littleEndianInt64(const void *bytes) noexcept | ByteOrder | static |
littleEndianShort(const void *bytes) noexcept | ByteOrder | static |
makeInt(uint8 leastSig, uint8 mostSig) noexcept | ByteOrder | static |
makeInt(uint8 leastSig, uint8 byte1, uint8 byte2, uint8 mostSig) noexcept | ByteOrder | static |
makeInt(uint8 leastSig, uint8 byte1, uint8 byte2, uint8 byte3, uint8 byte4, uint8 byte5, uint8 byte6, uint8 mostSig) noexcept | ByteOrder | static |
swap(uint16 value) noexcept | ByteOrder | static |
swap(int16 value) noexcept | ByteOrder | static |
swap(uint32 value) noexcept | ByteOrder | static |
swap(int32 value) noexcept | ByteOrder | static |
swap(uint64 value) noexcept | ByteOrder | static |
swap(int64 value) noexcept | ByteOrder | static |
swap(float value) noexcept | ByteOrder | static |
swap(double value) noexcept | ByteOrder | static |
swapIfBigEndian(Type value) noexcept | ByteOrder | static |
swapIfLittleEndian(Type value) noexcept | ByteOrder | static |