IDAPython 9.0
Loading...
Searching...
No Matches
number_format_t Class Reference

Proxy of C++ number_format_t class.

Inheritance diagram for number_format_t:

Public Member Functions

 __init__ (self, "int" _opnum=0)
 init(self, _opnum=0) -> number_format_t
 
"int" get_radix (self)
 get_radix(self) -> int Get number radix
 
"bool" is_fixed (self)
 is_fixed(self) -> bool Is number representation fixed? Fixed representation cannot be modified by the decompiler
 
"bool" is_hex (self)
 is_hex(self) -> bool Is a hexadecimal number?
 
"bool" is_dec (self)
 is_dec(self) -> bool Is a decimal number?
 
"bool" is_oct (self)
 is_oct(self) -> bool Is a octal number?
 
"bool" is_enum (self)
 is_enum(self) -> bool Is a symbolic constant?
 
"bool" is_char (self)
 is_char(self) -> bool Is a character constant?
 
"bool" is_stroff (self)
 is_stroff(self) -> bool Is a structure field offset?
 
"bool" is_numop (self)
 is_numop(self) -> bool Is a number?
 
"bool" needs_to_be_inverted (self)
 needs_to_be_inverted(self) -> bool Does the number need to be negated or bitwise negated? Returns true if the user requested a negation but it is not done yet
 
"bool" has_unmutable_type (self)
 has_unmutable_type(self) -> bool
 

Static Public Attributes

str flags32 = property(_ida_hexrays.number_format_t_flags32_get, _ida_hexrays.number_format_t_flags32_set, doc=)
 
str opnum = property(_ida_hexrays.number_format_t_opnum_get, _ida_hexrays.number_format_t_opnum_set, doc=)
 
str props = property(_ida_hexrays.number_format_t_props_get, _ida_hexrays.number_format_t_props_set, doc=)
 
str serial = property(_ida_hexrays.number_format_t_serial_get, _ida_hexrays.number_format_t_serial_set, doc=)
 
str org_nbytes = property(_ida_hexrays.number_format_t_org_nbytes_get, _ida_hexrays.number_format_t_org_nbytes_set, doc=)
 
str type_name = property(_ida_hexrays.number_format_t_type_name_get, _ida_hexrays.number_format_t_type_name_set, doc=)
 
str flags = property(_ida_hexrays.number_format_t_flags_get, _ida_hexrays.number_format_t_flags_set, doc=)
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
"int" _opnum = 0 )
Parameters
_opnumint

Member Function Documentation

◆ get_radix()

"int" get_radix ( self)
Returns
: 2,8,10, or 16

◆ has_unmutable_type()

"bool" has_unmutable_type ( self)

◆ is_char()

"bool" is_char ( self)

◆ is_dec()

"bool" is_dec ( self)

◆ is_enum()

"bool" is_enum ( self)

◆ is_fixed()

"bool" is_fixed ( self)

◆ is_hex()

"bool" is_hex ( self)

◆ is_numop()

"bool" is_numop ( self)

◆ is_oct()

"bool" is_oct ( self)

◆ is_stroff()

"bool" is_stroff ( self)

◆ needs_to_be_inverted()

"bool" needs_to_be_inverted ( self)

Member Data Documentation

◆ flags

str flags = property(_ida_hexrays.number_format_t_flags_get, _ida_hexrays.number_format_t_flags_set, doc=)
static

◆ flags32

str flags32 = property(_ida_hexrays.number_format_t_flags32_get, _ida_hexrays.number_format_t_flags32_set, doc=)
static

◆ opnum

str opnum = property(_ida_hexrays.number_format_t_opnum_get, _ida_hexrays.number_format_t_opnum_set, doc=)
static

◆ org_nbytes

str org_nbytes = property(_ida_hexrays.number_format_t_org_nbytes_get, _ida_hexrays.number_format_t_org_nbytes_set, doc=)
static

◆ props

str props = property(_ida_hexrays.number_format_t_props_get, _ida_hexrays.number_format_t_props_set, doc=)
static

◆ serial

str serial = property(_ida_hexrays.number_format_t_serial_get, _ida_hexrays.number_format_t_serial_set, doc=)
static

◆ type_name

str type_name = property(_ida_hexrays.number_format_t_type_name_get, _ida_hexrays.number_format_t_type_name_set, doc=)
static

Property Documentation

◆ thisown

thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
static

The documentation for this class was generated from the following file: