Union 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 |
Union of pointers to 64-, 32-, 16- and 8-bit unsigned integers.
Definition at line 310 of file compiler.h.
S16* UnionPtr::s16ptr |
Definition at line 316 of file compiler.h.
S32* UnionPtr::s32ptr |
Definition at line 314 of file compiler.h.
S64* UnionPtr::s64ptr |
Definition at line 312 of file compiler.h.
S8* UnionPtr::s8ptr |
Definition at line 318 of file compiler.h.
U16* UnionPtr::u16ptr |
Definition at line 317 of file compiler.h.
U32* UnionPtr::u32ptr |
Definition at line 315 of file compiler.h.
U64* UnionPtr::u64ptr |
Definition at line 313 of file compiler.h.
U8* UnionPtr::u8ptr |
Definition at line 319 of file compiler.h.