Latest available version: IDA and decompilers v8.4.240320sp1 see all releases
Hex-Rays logo State-of-the-art binary code analysis tools
email icon
Extended type attributes

Extended type attributes. More...

Classes

struct  type_attr_t
 

Macros

#define TAH_HASATTRS   0x0010
 has extended attributes
 

Typedefs

typedef qvector< type_attr_ttype_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
 

Detailed Description

Extended type attributes.