torc-master
|
Header for endian conversion. More...
#include <boost/cstdint.hpp>
#include <boost/detail/endian.hpp>
#include <netinet/in.h>
Go to the source code of this file.
Namespaces | |
torc | |
Implementation of class to encapsulate micro-bitstream library generation code. | |
torc::common | |
Functions | |
boost::uint64_t | torc::common::ntohll (const boost::uint64_t &x) |
Convert 64-bit types from network to host byte order. More... | |
boost::uint64_t | torc::common::htonll (const boost::uint64_t &x) |
Convert 64-bit types from host to network byte order. More... | |
Header for endian conversion.
Definition in file Endian.hpp.