Wire Sysio Wire Sysion 1.0.0
|
Functions | |
bool | is_little_endian () |
uint64_t | _htonll (uint64_t src) |
Convert 64 bit value to network byte order. | |
uint64_t | _ntohll (uint64_t src) |
Convert 64 bit value to host byte order. | |
This method is prefixed to avoid conflicts with operating system level macros for this functionality.
TODO: figure out if it would be beneficial to use operating system level macros for this.
src | The integer in host byte order |
Definition at line 66 of file network.hpp.
This method is prefixed to avoid conflicts with operating system level macros for this functionality.
TODO: figure out if it would be beneficial to use operating system level macros for this.
src | The integer in network byte order |
Definition at line 98 of file network.hpp.
|
inline |
Definition at line 45 of file network.hpp.