Proxy of C++ number_format_t class.
|
| __init__ (self, *args) |
| init(self, _opnum=0) -> number_format_t
|
|
"int" | get_radix (self, *args) |
| get_radix(self) -> int Get number radix
|
|
"bool" | is_fixed (self, *args) |
| is_fixed(self) -> bool Is number representation fixed? Fixed representation cannot be modified by the decompiler
|
|
"bool" | is_hex (self, *args) |
| is_hex(self) -> bool Is a hexadecimal number?
|
|
"bool" | is_dec (self, *args) |
| is_dec(self) -> bool Is a decimal number?
|
|
"bool" | is_oct (self, *args) |
| is_oct(self) -> bool Is a octal number?
|
|
"bool" | is_enum (self, *args) |
| is_enum(self) -> bool Is a symbolic constant?
|
|
"bool" | is_char (self, *args) |
| is_char(self) -> bool Is a character constant?
|
|
"bool" | is_stroff (self, *args) |
| is_stroff(self) -> bool Is a structure field offset?
|
|
"bool" | is_numop (self, *args) |
| is_numop(self) -> bool Is a number?
|
|
"bool" | needs_to_be_inverted (self, *args) |
| 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, *args) |
| has_unmutable_type(self) -> bool
|
|
|
| thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
|
| flags32 = property(_ida_hexrays.number_format_t_flags32_get, _ida_hexrays.number_format_t_flags32_set, doc=) |
|
| opnum = property(_ida_hexrays.number_format_t_opnum_get, _ida_hexrays.number_format_t_opnum_set, doc=) |
|
| props = property(_ida_hexrays.number_format_t_props_get, _ida_hexrays.number_format_t_props_set, doc=) |
|
| serial = property(_ida_hexrays.number_format_t_serial_get, _ida_hexrays.number_format_t_serial_set, doc=) |
|
| org_nbytes = property(_ida_hexrays.number_format_t_org_nbytes_get, _ida_hexrays.number_format_t_org_nbytes_set, doc=) |
|
| type_name = property(_ida_hexrays.number_format_t_type_name_get, _ida_hexrays.number_format_t_type_name_set, doc=) |
|
| flags = property(_ida_hexrays.number_format_t_flags_get, _ida_hexrays.number_format_t_flags_set, doc=) |
|
◆ __init__()
__init__ |
( |
| self, |
|
|
* | args ) |
◆ get_radix()
"int" get_radix |
( |
| self, |
|
|
* | args ) |
◆ has_unmutable_type()
"bool" has_unmutable_type |
( |
| self, |
|
|
* | args ) |
◆ is_char()
"bool" is_char |
( |
| self, |
|
|
* | args ) |
◆ is_dec()
"bool" is_dec |
( |
| self, |
|
|
* | args ) |
◆ is_enum()
"bool" is_enum |
( |
| self, |
|
|
* | args ) |
◆ is_fixed()
"bool" is_fixed |
( |
| self, |
|
|
* | args ) |
◆ is_hex()
"bool" is_hex |
( |
| self, |
|
|
* | args ) |
◆ is_numop()
"bool" is_numop |
( |
| self, |
|
|
* | args ) |
◆ is_oct()
"bool" is_oct |
( |
| self, |
|
|
* | args ) |
◆ is_stroff()
"bool" is_stroff |
( |
| self, |
|
|
* | args ) |
◆ needs_to_be_inverted()
"bool" needs_to_be_inverted |
( |
| self, |
|
|
* | args ) |
◆ flags
flags = property(_ida_hexrays.number_format_t_flags_get, _ida_hexrays.number_format_t_flags_set, doc=) |
|
static |
◆ flags32
flags32 = property(_ida_hexrays.number_format_t_flags32_get, _ida_hexrays.number_format_t_flags32_set, doc=) |
|
static |
◆ opnum
opnum = property(_ida_hexrays.number_format_t_opnum_get, _ida_hexrays.number_format_t_opnum_set, doc=) |
|
static |
◆ org_nbytes
org_nbytes = property(_ida_hexrays.number_format_t_org_nbytes_get, _ida_hexrays.number_format_t_org_nbytes_set, doc=) |
|
static |
◆ props
props = property(_ida_hexrays.number_format_t_props_get, _ida_hexrays.number_format_t_props_set, doc=) |
|
static |
◆ serial
serial = property(_ida_hexrays.number_format_t_serial_get, _ida_hexrays.number_format_t_serial_set, doc=) |
|
static |
◆ thisown
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
|
static |
◆ type_name
type_name = property(_ida_hexrays.number_format_t_type_name_get, _ida_hexrays.number_format_t_type_name_set, doc=) |
|
static |
The documentation for this class was generated from the following file: