torc-master
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Endian.hpp File Reference

Header for endian conversion. More...

#include <boost/cstdint.hpp>
#include <boost/detail/endian.hpp>
#include <netinet/in.h>
+ Include dependency graph for Endian.hpp:
+ This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Header for endian conversion.

Definition in file Endian.hpp.