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

Byte swap definitions. More...

#include <framework/common/common_macros.hpp>

Go to the source code of this file.

Namespaces

 framework
 Framework namespace.
 

Constant Groups

 framework
 Framework namespace.
 

Functions

template<typename T >
FRAMEWORK_ALWAYS_INLINEframework::bswap16 (T &&in)
 Common 16-bit byte swap implementation.
 
template<typename T >
FRAMEWORK_ALWAYS_INLINEframework::bswap32 (T &&in)
 Common 32-bit byte swap implementation.
 
template<typename T >
FRAMEWORK_ALWAYS_INLINEframework::bswap64 (T &&in)
 Common 64-bit byte swap implementation.
 

Detailed Description

Byte swap definitions.