IDA C++ SDK 9.2
Loading...
Searching...
No Matches
Extended type attributes

Classes

struct  type_attr_t

Typedefs

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

Detailed Description

Typedef Documentation

◆ type_attrs_t

this vector must be sorted by keys

◆ type_sign_t

typedef int type_sign_t

type signedness

Function Documentation

◆ DECLARE_TYPE_AS_MOVABLE()

DECLARE_TYPE_AS_MOVABLE ( type_attr_t )

Variable Documentation

◆ no_sign

const type_sign_t no_sign = 0

no sign, or unknown

◆ type_signed

const type_sign_t type_signed = 1

signed type

◆ type_unsigned

const type_sign_t type_unsigned = 2

unsigned type