#include <boost/cstdint.hpp>
#include <boost/detail/endian.hpp>
#include <netinet/in.h>
Go to the source code of this file.
Namespaces | |
namespace | torc |
namespace | torc::common |
Functions | |
boost::uint64_t | torc::common::ntohll (const boost::uint64_t &x) |
Convert 64-bit types from network to host byte order. | |
boost::uint64_t | torc::common::htonll (const boost::uint64_t &x) |
Convert 64-bit types from host to network byte order. |
Definition in file Endian.hpp.