| bigEndian24Bit(const char *bytes) | ByteOrder | [static] |
| bigEndian24BitToChars(int value, char *destBytes) | ByteOrder | [static] |
| bigEndianInt(const void *bytes) | ByteOrder | [static] |
| bigEndianShort(const void *bytes) | ByteOrder | [static] |
| isBigEndian() | ByteOrder | [static] |
| littleEndian24Bit(const char *bytes) | ByteOrder | [static] |
| littleEndian24BitToChars(int value, char *destBytes) | ByteOrder | [static] |
| littleEndianInt(const void *bytes) | ByteOrder | [static] |
| littleEndianShort(const void *bytes) | ByteOrder | [static] |
| swap(uint16 value) | ByteOrder | [static] |
| swap(uint32 value) | ByteOrder | [static] |
| swap(uint64 value) | ByteOrder | [static] |
| swapIfBigEndian(uint16 value) | ByteOrder | [static] |
| swapIfBigEndian(uint32 value) | ByteOrder | [static] |
| swapIfBigEndian(uint64 value) | ByteOrder | [static] |
| swapIfLittleEndian(uint16 value) | ByteOrder | [static] |
| swapIfLittleEndian(uint32 value) | ByteOrder | [static] |
| swapIfLittleEndian(uint64 value) | ByteOrder | [static] |