Alchemy  1.0
A framework to robustly process network messages and structured data
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Namespaces | Functions
message_byte_order.h File Reference

An extraction of the Network to Host conversion functions. More...

#include <Hg/detail/message_byte_order_detail.h>

Go to the source code of this file.

Namespaces

namespace  Hg
 The MIT License(MIT)


 

Functions

template<typename T >
T::base_type::big_t Hg::to_big_endian (T &from)
 Parameterized function to convert a Hg::Message to bit endian byte-order. More...
 
template<typename T >
T::base_type::host_t Hg::to_host (T &from)
 Parameterized function to convert a Hg::Message to host byte-order. More...
 
template<typename T >
T::base_type::little_t Hg::to_little_endian (T &from)
 Parameterized function to convert a Hg::Message to little endian byte-order. More...
 
template<typename T >
T::base_type::net_t Hg::to_network (T &from)
 Parameterized function to convert a Hg::Message to network byte-order. More...
 

Detailed Description

An extraction of the Network to Host conversion functions.

The MIT License(MIT)

Definition in file message_byte_order.h.