Proxy of C++ number_format_t class.  
|  | 
|  | __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 
 | 
|  | 
|  | 
| 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=) | 
|  | 
|  | 
|  | thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") | 
|  | 
◆ __init__()
      
        
          | __init__ | ( |  | self, | 
        
          |  |  | "int" | _opnum = 0 ) | 
      
 
 
◆ get_radix()
◆ has_unmutable_type()
      
        
          | "bool" has_unmutable_type | ( |  | self | ) |  | 
      
 
 
◆ is_char()
◆ is_dec()
◆ is_enum()
◆ is_fixed()
◆ is_hex()
◆ is_numop()
◆ is_oct()
◆ is_stroff()
◆ needs_to_be_inverted()
      
        
          | "bool" needs_to_be_inverted | ( |  | self | ) |  | 
      
 
 
◆ 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 | 
 
 
◆ 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: