Structure of pointers to constant 64-, 32-, 16- and 8-bit unsigned integers. More...
#include <compiler.h>
Data Fields | |
| const S16 * | s16ptr |
| const S32 * | s32ptr |
| const S64 * | s64ptr |
| const S8 * | s8ptr |
| const U16 * | u16ptr |
| const U32 * | u32ptr |
| const U64 * | u64ptr |
| const U8 * | u8ptr |
Structure of pointers to constant 64-, 32-, 16- and 8-bit unsigned integers.
Definition at line 229 of file compiler.h.
| const S16* StructCPtr::s16ptr |
Definition at line 235 of file compiler.h.
| const S32* StructCPtr::s32ptr |
Definition at line 233 of file compiler.h.
| const S64* StructCPtr::s64ptr |
Definition at line 231 of file compiler.h.
| const S8* StructCPtr::s8ptr |
Definition at line 237 of file compiler.h.
| const U16* StructCPtr::u16ptr |
Definition at line 236 of file compiler.h.
| const U32* StructCPtr::u32ptr |
Definition at line 234 of file compiler.h.
| const U64* StructCPtr::u64ptr |
Definition at line 232 of file compiler.h.
| const U8* StructCPtr::u8ptr |
Definition at line 238 of file compiler.h.
1.6.1