csLittleEndian Struct Reference
[Utilities]
Little endian to native conversion routines. More...
#include <csutil/csendian.h>
Static Public Member Functions | |
static uint16 | Convert (uint16 x) |
Convert specifically sized type from or to little endian. | |
static int16 | Convert (int16 x) |
Convert specifically sized type from or to little endian. | |
static uint32 | Convert (uint32 x) |
Convert specifically sized type from or to little endian. | |
static int32 | Convert (int32 x) |
Convert specifically sized type from or to little endian. | |
static uint64 | Convert (uint64 x) |
Convert specifically sized type from or to little endian. | |
static int64 | Convert (int64 x) |
Convert specifically sized type from or to little endian. | |
static uint16 | UInt16 (uint16 x) |
Convert specifically sized type from or to little endian. | |
static int16 | Int16 (int16 x) |
Convert specifically sized type from or to little endian. | |
static uint32 | UInt32 (uint32 x) |
Convert specifically sized type from or to little endian. | |
static int32 | Int32 (int32 x) |
Convert specifically sized type from or to little endian. | |
static uint64 | UInt64 (uint64 x) |
Convert specifically sized type from or to little endian. | |
static int64 | Int64 (int64 x) |
Convert specifically sized type from or to little endian. |
Detailed Description
Little endian to native conversion routines.
- Remarks:
- Since conversion from and to native representation is the same operation, all methods can be used for either direction.
Definition at line 107 of file csendian.h.
Member Function Documentation
Convert specifically sized type from or to little endian.
Definition at line 112 of file csendian.h.
Convert specifically sized type from or to little endian.
Definition at line 113 of file csendian.h.
Convert specifically sized type from or to little endian.
Definition at line 115 of file csendian.h.
Convert specifically sized type from or to little endian.
Definition at line 116 of file csendian.h.
Convert specifically sized type from or to little endian.
Definition at line 114 of file csendian.h.
Convert specifically sized type from or to little endian.
Definition at line 117 of file csendian.h.
Convert specifically sized type from or to little endian.
Definition at line 120 of file csendian.h.
Convert specifically sized type from or to little endian.
Definition at line 122 of file csendian.h.
Convert specifically sized type from or to little endian.
Definition at line 124 of file csendian.h.
Convert specifically sized type from or to little endian.
Definition at line 119 of file csendian.h.
Convert specifically sized type from or to little endian.
Definition at line 121 of file csendian.h.
Convert specifically sized type from or to little endian.
Definition at line 123 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