|
framework
|
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_INLINE T | framework::bswap16 (T &&in) |
| Common 16-bit byte swap implementation. | |
| template<typename T > | |
| FRAMEWORK_ALWAYS_INLINE T | framework::bswap32 (T &&in) |
| Common 32-bit byte swap implementation. | |
| template<typename T > | |
| FRAMEWORK_ALWAYS_INLINE T | framework::bswap64 (T &&in) |
| Common 64-bit byte swap implementation. | |
Byte swap definitions.
1.8.3.1-20130402