Proxy of C++ cnumber_t class.
|
| __init__ (self, *args) |
| init(self, _opnum=0) -> cnumber_t
|
|
"uint64" | value (self, *args) |
| value(self, type) -> uint64 Get value.
|
|
"void" | assign (self, *args) |
| assign(self, v, nbytes, sign) Assign new value
|
|
"bool" | __eq__ (self, *args) |
| eq(self, r) -> bool
|
|
"bool" | __ne__ (self, *args) |
| ne(self, r) -> bool
|
|
"bool" | __lt__ (self, *args) |
| lt(self, r) -> bool
|
|
"bool" | __gt__ (self, *args) |
| gt(self, r) -> bool
|
|
"bool" | __le__ (self, *args) |
| le(self, r) -> bool
|
|
"bool" | __ge__ (self, *args) |
| ge(self, r) -> bool
|
|
"int" | compare (self, *args) |
| compare(self, r) -> int
|
|
|
"void" | _print (self, *args) |
| _print(self, type, parent=None, nice_stroff=None)
|
|
|
| thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
|
| _value = property(_ida_hexrays.cnumber_t__value_get, _ida_hexrays.cnumber_t__value_set, doc=) |
|
| nf = property(_ida_hexrays.cnumber_t_nf_get, _ida_hexrays.cnumber_t_nf_set, doc=) |
|
◆ __init__()
__init__ |
( |
| self, |
|
|
* | args ) |
◆ __eq__()
"bool" __eq__ |
( |
| self, |
|
|
* | args ) |
◆ __ge__()
"bool" __ge__ |
( |
| self, |
|
|
* | args ) |
◆ __gt__()
"bool" __gt__ |
( |
| self, |
|
|
* | args ) |
◆ __le__()
"bool" __le__ |
( |
| self, |
|
|
* | args ) |
◆ __lt__()
"bool" __lt__ |
( |
| self, |
|
|
* | args ) |
◆ __ne__()
"bool" __ne__ |
( |
| self, |
|
|
* | args ) |
◆ _print()
"void" _print |
( |
| self, |
|
|
* | args ) |
|
protected |
Parameters
type: tinfo_t const & parent: citem_t const * nice_stroff: bool *
◆ assign()
"void" assign |
( |
| self, |
|
|
* | args ) |
- Parameters
-
v | (C++: uint64) new value |
nbytes | (C++: int) size of the new value in bytes |
sign | (C++: type_sign_t) sign of the value |
◆ compare()
"int" compare |
( |
| self, |
|
|
* | args ) |
◆ value()
"uint64" value |
( |
| self, |
|
|
* | args ) |
This function will properly extend the number sign to 64bits depending on the type sign.
- Parameters
-
type | (C++: const tinfo_t &) tinfo_t const & |
◆ _value
_value = property(_ida_hexrays.cnumber_t__value_get, _ida_hexrays.cnumber_t__value_set, doc=) |
|
staticprotected |
◆ nf
nf = property(_ida_hexrays.cnumber_t_nf_get, _ida_hexrays.cnumber_t_nf_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: