Structure of pointers to 64-, 32-, 16- and 8-bit unsigned integers. More...
#include <compiler.h>
Public Attributes | |
S16 * | s16ptr |
S32 * | s32ptr |
S64 * | s64ptr |
S8 * | s8ptr |
U16 * | u16ptr |
U32 * | u32ptr |
U64 * | u64ptr |
U8 * | u8ptr |
Structure of pointers to 64-, 32-, 16- and 8-bit unsigned integers.
Definition at line 362 of file compiler.h.
S16* StructPtr::s16ptr |
Definition at line 368 of file compiler.h.
S32* StructPtr::s32ptr |
Definition at line 366 of file compiler.h.
S64* StructPtr::s64ptr |
Definition at line 364 of file compiler.h.
S8* StructPtr::s8ptr |
Definition at line 370 of file compiler.h.
U16* StructPtr::u16ptr |
Definition at line 369 of file compiler.h.
U32* StructPtr::u32ptr |
Definition at line 367 of file compiler.h.
U64* StructPtr::u64ptr |
Definition at line 365 of file compiler.h.
U8* StructPtr::u8ptr |
Definition at line 371 of file compiler.h.