Proxy of C++ fnumber_t class.
|
"uint16 *" | dereference_uint16 (self) |
| dereference_uint16(self) -> uint16 *
|
|
"uint16 const *" | dereference_const_uint16 (self) |
| dereference_const_uint16(self) -> uint16 const *
|
|
"bool" | __eq__ (self, "fnumber_t" r) |
| eq(self, r) -> bool
|
|
"bool" | __ne__ (self, "fnumber_t" r) |
| ne(self, r) -> bool
|
|
"bool" | __lt__ (self, "fnumber_t" r) |
| lt(self, r) -> bool
|
|
"bool" | __gt__ (self, "fnumber_t" r) |
| gt(self, r) -> bool
|
|
"bool" | __le__ (self, "fnumber_t" r) |
| le(self, r) -> bool
|
|
"bool" | __ge__ (self, "fnumber_t" r) |
| ge(self, r) -> bool
|
|
"int" | compare (self, "fnumber_t" r) |
| compare(self, r) -> int
|
|
"int" | calc_max_exp (self) |
| calc_max_exp(self) -> int
|
|
"bool" | is_nan (self) |
| is_nan(self) -> bool
|
|
| __init__ (self) |
| init(self) -> fnumber_t
|
|
|
str | fnum = property(_ida_hexrays.fnumber_t_fnum_get, _ida_hexrays.fnumber_t_fnum_set, doc=) |
|
str | nbytes = property(_ida_hexrays.fnumber_t_nbytes_get, _ida_hexrays.fnumber_t_nbytes_set, doc=) |
|
|
"void" | _print (self) |
| _print(self)
|
|
|
| thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
|
◆ __init__()
◆ __eq__()
"bool" __eq__ |
( |
| self, |
|
|
"fnumber_t" | r ) |
◆ __ge__()
"bool" __ge__ |
( |
| self, |
|
|
"fnumber_t" | r ) |
◆ __gt__()
"bool" __gt__ |
( |
| self, |
|
|
"fnumber_t" | r ) |
◆ __le__()
"bool" __le__ |
( |
| self, |
|
|
"fnumber_t" | r ) |
◆ __lt__()
"bool" __lt__ |
( |
| self, |
|
|
"fnumber_t" | r ) |
◆ __ne__()
"bool" __ne__ |
( |
| self, |
|
|
"fnumber_t" | r ) |
◆ _print()
◆ calc_max_exp()
"int" calc_max_exp |
( |
| self | ) |
|
◆ compare()
"int" compare |
( |
| self, |
|
|
"fnumber_t" | r ) |
◆ dereference_const_uint16()
"uint16 const *" dereference_const_uint16 |
( |
| self | ) |
|
◆ dereference_uint16()
"uint16 *" dereference_uint16 |
( |
| self | ) |
|
◆ is_nan()
◆ fnum
str fnum = property(_ida_hexrays.fnumber_t_fnum_get, _ida_hexrays.fnumber_t_fnum_set, doc=) |
|
static |
◆ nbytes
str nbytes = property(_ida_hexrays.fnumber_t_nbytes_get, _ida_hexrays.fnumber_t_nbytes_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: