◆ __init__()
__init__ |
( |
| self, |
|
|
int | _opnum = 0 ) |
◆ get_radix()
Get number radix
@returns 2,8,10, or 16
◆ has_unmutable_type()
bool has_unmutable_type |
( |
| self | ) |
|
◆ is_char()
◆ is_dec()
◆ is_enum()
◆ is_fixed()
Is number representation fixed? Fixed representation cannot be modified by the decompiler
◆ is_hex()
◆ is_numop()
◆ is_oct()
◆ is_stroff()
Is a structure field offset?
◆ needs_to_be_inverted()
bool needs_to_be_inverted |
( |
| self | ) |
|
Does the number need to be negated or bitwise negated? Returns true if the user requested a negation but it is not done yet
◆ flags
Initial value:= property(_ida_hexrays.number_format_t_flags_get,
_ida_hexrays.number_format_t_flags_set)
◆ flags32
Initial value:= property(_ida_hexrays.number_format_t_flags32_get,
_ida_hexrays.number_format_t_flags32_set)
◆ opnum
Initial value:= property(_ida_hexrays.number_format_t_opnum_get,
_ida_hexrays.number_format_t_opnum_set)
◆ org_nbytes
Initial value:= property(_ida_hexrays.
number_format_t_org_nbytes_get, _ida_hexrays.
number_format_t_org_nbytes_set)
◆ props
Initial value:= property(_ida_hexrays.number_format_t_props_get,
_ida_hexrays.number_format_t_props_set)
◆ serial
Initial value:= property(_ida_hexrays.number_format_t_serial_get,
_ida_hexrays.number_format_t_serial_set)
◆ type_name
Initial value:= property(_ida_hexrays.
number_format_t_type_name_get, _ida_hexrays.
number_format_t_type_name_set)
◆ thisown
Initial value:= property(lambda x: x.this.own(), lambda x, v: x.this.own(v),
doc='The membership flag')
The documentation for this class was generated from the following file: