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 uint16 | Swap (uint16 s) |
Swap byte order. | |
static int16 | Swap (int16 s) |
Swap byte order. | |
static uint32 | Swap (uint32 l) |
Swap byte order. | |
static int32 | Swap (int32 l) |
Swap byte order. | |
static uint64 | Swap (uint64 l) |
Swap byte order. | |
static int64 | Swap (int64 l) |
Swap byte order. | |
static uint16 | UInt16 (uint16 x) |
Swap byte order. | |
static int16 | Int16 (int16 x) |
Swap byte order. | |
static uint32 | UInt32 (uint32 x) |
Swap byte order. | |
static int32 | Int32 (int32 x) |
Swap byte order. | |
static uint64 | UInt64 (uint64 x) |
Swap byte order. | |
static int64 | Int64 (int64 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
Swap byte order.
Definition at line 91 of file csendian.h.
Swap byte order.
Definition at line 93 of file csendian.h.
Swap byte order.
Definition at line 95 of file csendian.h.
Swap byte order.
Definition at line 69 of file csendian.h.
Swap byte order.
Definition at line 87 of file csendian.h.
Swap byte order.
Definition at line 55 of file csendian.h.
Swap byte order.
Definition at line 67 of file csendian.h.
Swap byte order.
Definition at line 45 of file csendian.h.
Swap byte order.
Definition at line 57 of file csendian.h.
Swap byte order.
Definition at line 90 of file csendian.h.
Swap byte order.
Definition at line 92 of file csendian.h.
Swap byte order.
Definition at line 94 of file csendian.h.
The documentation for this struct was generated from the following file:
- csutil/csendian.h
Generated for Crystal Space 1.4.1 by doxygen 1.7.1