Go to the source code of this file.
◆ _countof
#define _countof |
( |
|
_Array | ) |
(sizeof(_Array) / sizeof(_Array[0])) |
◆ BEGIN_STATIC_CODE
#define BEGIN_STATIC_CODE |
( |
|
_blockname_ | ) |
|
Value:static class _static_code_##_blockname_ \
{ \
public: \
_static_code_##_blockname_()
Definition at line 56 of file util.h.
◆ END_STATIC_CODE
#define END_STATIC_CODE |
( |
|
_blockname_ | ) |
|
Value:} \
_instance_##_blockname_;
Definition at line 62 of file util.h.
◆ offsetof
#define offsetof |
( |
|
_structure, |
|
|
|
_field |
|
) |
| ((_word_size_t) & (((_structure*)0x0)->_field)) |