|
CHERIoT RTOS
A compartmentalised RTOS for CHERIoT hardware
|

Macros | |
| #define | BITPACK_DERIVED_PREFIX |
| Capture the incantations often at the top of a BitpackDerived structure. | |
| #define | BITPACK_DERIVED_FIELD_INFO_FOR_TYPE(Type, lambda) |
| Modify the field information for a type in a derived bitpack. | |
| #define | BITPACK_DERIVED_FIELD_CONST_FOR_TYPE(Type, c) |
| Modify the constness field information for a type in a derived bitpack. | |
| #define BITPACK_DERIVED_FIELD_CONST_FOR_TYPE | ( | Type, | |
| c ) |
Modify the constness field information for a type in a derived bitpack.
This is a thin wrapper around BITPACK_DERIVED_FIELD_INFO_FOR_TYPE.
Definition at line 1101 of file bitpack.hh.
| #define BITPACK_DERIVED_FIELD_INFO_FOR_TYPE | ( | Type, | |
| lambda ) |
Modify the field information for a type in a derived bitpack.
Definition at line 1086 of file bitpack.hh.
| #define BITPACK_DERIVED_PREFIX |
Capture the incantations often at the top of a BitpackDerived structure.
especially one with type-directed field proxys.
Definition at line 1075 of file bitpack.hh.