JUCE
ByteOrder Member List

This is the complete list of members for ByteOrder, including all inherited members.

bigEndian24Bit(const void *bytes) noexceptByteOrderstatic
bigEndian24BitToChars(int value, void *destBytes) noexceptByteOrderstatic
bigEndianInt(const void *bytes) noexceptByteOrderstatic
bigEndianInt64(const void *bytes) noexceptByteOrderstatic
bigEndianShort(const void *bytes) noexceptByteOrderstatic
isBigEndian() noexceptByteOrderstatic
littleEndian24Bit(const void *bytes) noexceptByteOrderstatic
littleEndian24BitToChars(int value, void *destBytes) noexceptByteOrderstatic
littleEndianInt(const void *bytes) noexceptByteOrderstatic
littleEndianInt64(const void *bytes) noexceptByteOrderstatic
littleEndianShort(const void *bytes) noexceptByteOrderstatic
swap(uint16 value) noexceptByteOrderstatic
swap(uint32 value) noexceptByteOrderstatic
swap(uint64 value) noexceptByteOrderstatic
swapIfBigEndian(uint16 value) noexceptByteOrderstatic
swapIfBigEndian(uint32 value) noexceptByteOrderstatic
swapIfBigEndian(uint64 value) noexceptByteOrderstatic
swapIfBigEndian(int16 value) noexceptByteOrderstatic
swapIfBigEndian(int32 value) noexceptByteOrderstatic
swapIfBigEndian(int64 value) noexceptByteOrderstatic
swapIfBigEndian(float value) noexceptByteOrderstatic
swapIfBigEndian(double value) noexceptByteOrderstatic
swapIfLittleEndian(uint16 value) noexceptByteOrderstatic
swapIfLittleEndian(uint32 value) noexceptByteOrderstatic
swapIfLittleEndian(uint64 value) noexceptByteOrderstatic
swapIfLittleEndian(int16 value) noexceptByteOrderstatic
swapIfLittleEndian(int32 value) noexceptByteOrderstatic
swapIfLittleEndian(int64 value) noexceptByteOrderstatic
swapIfLittleEndian(float value) noexceptByteOrderstatic
swapIfLittleEndian(double value) noexceptByteOrderstatic