BDE 4.14.0 Production release
|
#include <bsls_byteorderutil.h>
Static Public Member Functions | |
static bool | swapBytes (bool x) |
static char | swapBytes (char x) |
static unsigned char | swapBytes (unsigned char x) |
static signed char | swapBytes (signed char x) |
static wchar_t | swapBytes (wchar_t x) |
static short | swapBytes (short x) |
static unsigned short | swapBytes (unsigned short x) |
static char16_t | swapBytes (char16_t x) |
static char32_t | swapBytes (char32_t x) |
static int | swapBytes (int x) |
static unsigned int | swapBytes (unsigned int x) |
static long | swapBytes (long x) |
static unsigned long | swapBytes (unsigned long x) |
static Types::Uint64 | swapBytes (Types::Uint64 x) |
static Types::Int64 | swapBytes (Types::Int64 x) |
static unsigned short | swapBytes16 (unsigned short x) |
static unsigned int | swapBytes32 (unsigned int x) |
static Types::Uint64 | swapBytes64 (Types::Uint64 x) |
This class
provides a namespace for functions used for reversing the byte order of values having integral type.
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
Return the value that results from reversing the order of the bytes in the specified x
.
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
Return the value that results from reversing the order of the bytes in the specified x
.
|
inlinestatic |
Return the value that results from reversing the order of the bytes in the specified x
.
|
inlinestatic |
Return the value that results from reversing the order of the bytes in the specified x
.