|
Monero
|
#include "int-util.h"

Go to the source code of this file.
Macros | |
| #define | CONVERT_POD(x) |
Functions | |
| template<typename T> | |
| T | convert_swapper (T t) |
| template<> | |
| uint16_t | convert_swapper (uint16_t t) |
| template<> | |
| int16_t | convert_swapper (int16_t t) |
| template<> | |
| uint32_t | convert_swapper (uint32_t t) |
| template<> | |
| int32_t | convert_swapper (int32_t t) |
| template<> | |
| uint64_t | convert_swapper (uint64_t t) |
| template<> | |
| int64_t | convert_swapper (int64_t t) |
| template<> | |
| double | convert_swapper (double t) |
| #define CONVERT_POD | ( | x | ) |
|
inline |