|
IDA SDK
|
Extended type attributes.
Classes | |
| struct | type_attr_t |
Macros | |
| #define | TAH_HASATTRS 0x0010 |
| has extended attributes | |
Typedefs | |
| typedef qvector< type_attr_t > | type_attrs_t |
| this vector must be sorted by keys | |
| typedef int | type_sign_t |
| type signedness | |
Variables | |
| const type_sign_t | no_sign = 0 |
| no sign, or unknown | |
| const type_sign_t | type_signed = 1 |
| signed type | |
| const type_sign_t | type_unsigned = 2 |
| unsigned type | |