|
IDA C++ SDK 9.2
|
Variables | |
| const type_t | TYPE_BASE_MASK = 0x0F |
| the low 4 bits define the basic type | |
| const type_t | TYPE_FLAGS_MASK = 0x30 |
| type flags - they have different meaning depending on the basic type | |
| const type_t | TYPE_MODIF_MASK = 0xC0 |
| modifiers. | |
| const type_t | TYPE_FULL_MASK = (TYPE_BASE_MASK | TYPE_FLAGS_MASK) |
| basic type with type flags | |
| const type_t TYPE_BASE_MASK = 0x0F |
the low 4 bits define the basic type
| const type_t TYPE_FLAGS_MASK = 0x30 |
type flags - they have different meaning depending on the basic type
| const type_t TYPE_MODIF_MASK = 0xC0 |
modifiers.
| const type_t TYPE_FULL_MASK = (TYPE_BASE_MASK | TYPE_FLAGS_MASK) |
basic type with type flags