csSwapBytes Struct Reference
[Utilities]
Methods to unconditionally swap the byte order of specifically sized types.
More...
#include <csutil/csendian.h>
Static Public Member Functions | |
static int16 | Int16 (int16 x) |
Swap byte order. | |
static int32 | Int32 (int32 x) |
Swap byte order. | |
static int64 | Int64 (int64 x) |
Swap byte order. | |
static int64 | Swap (int64 l) |
Swap byte order. | |
static uint64 | Swap (uint64 l) |
Swap byte order. | |
static int32 | Swap (int32 l) |
Swap byte order. | |
static uint32 | Swap (uint32 l) |
Swap byte order. | |
static int16 | Swap (int16 s) |
Swap byte order. | |
static uint16 | Swap (uint16 s) |
Swap byte order. | |
static uint16 | UInt16 (uint16 x) |
Swap byte order. | |
static uint32 | UInt32 (uint32 x) |
Swap byte order. | |
static uint64 | UInt64 (uint64 x) |
Swap byte order. |
Detailed Description
Methods to unconditionally swap the byte order of specifically sized types.Definition at line 40 of file csendian.h.
Member Function Documentation
The documentation for this struct was generated from the following file:
- csutil/csendian.h
Generated for Crystal Space 1.4.0 by doxygen 1.5.8