|
IDA C++ SDK 9.2
|
Classes | |
| struct | type_attr_t |
Typedefs | |
| typedef qvector< type_attr_t > | type_attrs_t |
| this vector must be sorted by keys | |
| typedef int | type_sign_t |
| type signedness | |
Functions | |
| DECLARE_TYPE_AS_MOVABLE (type_attr_t) | |
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 | |
| typedef qvector<type_attr_t> type_attrs_t |
this vector must be sorted by keys
| typedef int type_sign_t |
type signedness
| DECLARE_TYPE_AS_MOVABLE | ( | type_attr_t | ) |
| 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