libcommonc++
0.7
|
This is the complete list of members for ByteOrder, including all inherited members.
getEndianness() | ByteOrder | inlinestatic |
hostToNetwork(uint16_t n) | ByteOrder | inlinestatic |
hostToNetwork(uint32_t n) | ByteOrder | inlinestatic |
hostToNetwork(uint64_t n) | ByteOrder | static |
isBigEndian() | ByteOrder | static |
isLittleEndian() | ByteOrder | inlinestatic |
networkToHost(uint16_t n) | ByteOrder | inlinestatic |
networkToHost(uint32_t n) | ByteOrder | inlinestatic |
networkToHost(uint64_t n) | ByteOrder | static |
reverseBytes(T &value) | ByteOrder | inlinestatic |