Module ida_hexrays :: Class number_format_t
[frames] | no frames]

Class number_format_t

object --+
         |
        number_format_t

Proxy of C++ number_format_t class.

Instance Methods
number_format_t
__init__(self, _opnum=0)
x.__init__(...) initializes x; see help(type(x)) for signature
 
__repr__(self)
repr(x)
 
__swig_destroy__(self)
int
get_radix(self)
bool
is_char(self)
bool
is_dec(self)
bool
is_enum(self)
bool
is_fixed(self)
bool
is_hex(self)
bool
is_numop(self)
bool
is_oct(self)
bool
is_stroff(self)
bool
needs_to_be_inverted(self)

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties
  flags
number_format_t_flags_get(self) -> flags_t
  opnum
number_format_t_opnum_get(self) -> char
  org_nbytes
number_format_t_org_nbytes_get(self) -> char
  props
number_format_t_props_get(self) -> char
  serial
number_format_t_serial_get(self) -> uchar
  thisown
The membership flag
  type_name
number_format_t_type_name_get(self) -> qstring *

Inherited from object: __class__

Method Details

__init__(self, _opnum=0)
(Constructor)

 

x.__init__(...) initializes x; see help(type(x)) for signature

Returns: number_format_t
Overrides: object.__init__

__repr__(self)
(Representation operator)

 

repr(x)

Overrides: object.__repr__
(inherited documentation)

Property Details

flags

number_format_t_flags_get(self) -> flags_t

Get Method:
unreachable.number_format_t_flags_get(self)
Set Method:
unreachable.number_format_t_flags_set(self, flags)

opnum

number_format_t_opnum_get(self) -> char

Get Method:
unreachable.number_format_t_opnum_get(self)
Set Method:
unreachable.number_format_t_opnum_set(self, opnum)

org_nbytes

number_format_t_org_nbytes_get(self) -> char

Get Method:
unreachable.number_format_t_org_nbytes_get(self)
Set Method:
unreachable.number_format_t_org_nbytes_set(self, org_nbytes)

props

number_format_t_props_get(self) -> char

Get Method:
unreachable.number_format_t_props_get(self)
Set Method:
unreachable.number_format_t_props_set(self, props)

serial

number_format_t_serial_get(self) -> uchar

Get Method:
unreachable.number_format_t_serial_get(self)
Set Method:
unreachable.number_format_t_serial_set(self, serial)

thisown

The membership flag

Get Method:
unreachable(x)
Set Method:
unreachable(x, v)

type_name

number_format_t_type_name_get(self) -> qstring *

Get Method:
unreachable.number_format_t_type_name_get(self)
Set Method:
unreachable.number_format_t_type_name_set(self, type_name)