csGetFromAddress Struct Reference
[Utilities]
Sized data type access helpers. More...
#include <csutil/csendian.h>
Static Public Member Functions | |
static uint16 | UInt16 (const void *buff) |
Get specifically sized type from unaligned memory address. | |
static int16 | Int16 (const void *buff) |
Get specifically sized type from unaligned memory address. | |
static uint32 | UInt32 (const void *buff) |
Get specifically sized type from unaligned memory address. | |
static int32 | Int32 (const void *buff) |
Get specifically sized type from unaligned memory address. | |
static uint64 | UInt64 (const void *buff) |
Get specifically sized type from unaligned memory address. | |
static int64 | Int64 (const void *buff) |
Get specifically sized type from unaligned memory address. |
Detailed Description
Sized data type access helpers.
On some platforms, certain data types can only be accessed when correctly aligned (e.g. uint32 can only be read from addresses aligned to 4 bytes). This routines assist accessing sized types from arbitrary memory positions (e.g. when parsing files from memory) by working around the alignment requirements on platforms that have such.
Definition at line 232 of file csendian.h.
Member Function Documentation
static int16 csGetFromAddress::Int16 | ( | const void * | buff | ) | [inline, static] |
Get specifically sized type from unaligned memory address.
Definition at line 245 of file csendian.h.
static int32 csGetFromAddress::Int32 | ( | const void * | buff | ) | [inline, static] |
Get specifically sized type from unaligned memory address.
Definition at line 256 of file csendian.h.
static int64 csGetFromAddress::Int64 | ( | const void * | buff | ) | [inline, static] |
Get specifically sized type from unaligned memory address.
Definition at line 267 of file csendian.h.
static uint16 csGetFromAddress::UInt16 | ( | const void * | buff | ) | [inline, static] |
Get specifically sized type from unaligned memory address.
Definition at line 236 of file csendian.h.
static uint32 csGetFromAddress::UInt32 | ( | const void * | buff | ) | [inline, static] |
Get specifically sized type from unaligned memory address.
Definition at line 247 of file csendian.h.
static uint64 csGetFromAddress::UInt64 | ( | const void * | buff | ) | [inline, static] |
Get specifically sized type from unaligned memory address.
Definition at line 258 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