|
JUCE
|
This is the complete list of members for ByteOrder, including all inherited members.
| bigEndian24Bit(const void *bytes) noexcept | ByteOrder | static |
| bigEndian24BitToChars(int 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(int 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 |
| swap(uint16 value) noexcept | ByteOrder | static |
| swap(uint32 value) noexcept | ByteOrder | static |
| swap(uint64 value) noexcept | ByteOrder | static |
| swapIfBigEndian(uint16 value) noexcept | ByteOrder | static |
| swapIfBigEndian(uint32 value) noexcept | ByteOrder | static |
| swapIfBigEndian(uint64 value) noexcept | ByteOrder | static |
| swapIfBigEndian(int16 value) noexcept | ByteOrder | static |
| swapIfBigEndian(int32 value) noexcept | ByteOrder | static |
| swapIfBigEndian(int64 value) noexcept | ByteOrder | static |
| swapIfBigEndian(float value) noexcept | ByteOrder | static |
| swapIfBigEndian(double value) noexcept | ByteOrder | static |
| swapIfLittleEndian(uint16 value) noexcept | ByteOrder | static |
| swapIfLittleEndian(uint32 value) noexcept | ByteOrder | static |
| swapIfLittleEndian(uint64 value) noexcept | ByteOrder | static |
| swapIfLittleEndian(int16 value) noexcept | ByteOrder | static |
| swapIfLittleEndian(int32 value) noexcept | ByteOrder | static |
| swapIfLittleEndian(int64 value) noexcept | ByteOrder | static |
| swapIfLittleEndian(float value) noexcept | ByteOrder | static |
| swapIfLittleEndian(double value) noexcept | ByteOrder | static |