framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces | Constant Groups | Functions
endian.hpp File Reference

Common endianness mutators. More...

#include <framework/common/endian.hpp>
#include <framework/serializable/mutator_type.hpp>
#include <framework/serializable/base_types.hpp>

Go to the source code of this file.

Classes

struct  framework::serializable::little_endian< T >
 
struct  framework::serializable::big_endian< T >
 
struct  framework::serializable::pdp_endian< T >
 

Namespaces

 framework
 Framework namespace.
 
 framework::serializable
 Serializable namespace.
 

Constant Groups

 framework
 Framework namespace.
 
 framework::serializable
 Serializable namespace.
 

Functions

template<typename T , typename Input , typename Output >
FRAMEWORK_ALWAYS_INLINE bool framework::serializable::read_dispatch (little_endian< T > *, Input &in, Output &out)
 Read overload. More...
 
template<typename T , typename Input , typename Output >
FRAMEWORK_ALWAYS_INLINE bool framework::serializable::write_dispatch (little_endian< T > *, Input const &in, Output &out)
 Write overload. More...
 
template<typename T , typename Input , typename Output >
bool framework::serializable::read_dispatch (big_endian< T > *, Input &in, Output &out)
 Read overload. More...
 
template<typename T , typename Input , typename Output >
bool framework::serializable::write_dispatch (big_endian< T > *, Input const &in, Output &out)
 Write overload. More...
 
template<typename T , typename Input , typename Output >
bool framework::serializable::read_dispatch (pdp_endian< T > *, Input &in, Output &out)
 Read overload. More...
 
template<typename T , typename Input , typename Output >
bool framework::serializable::write_dispatch (pdp_endian< T > *, Input const &in, Output &out)
 Write overload. More...
 

Detailed Description

Common endianness mutators.