Proxy of C++ mnumber_t class.
|
| | __init__ (self, *args) |
| | init(self, v, _ea=BADADDR, n=0) -> mnumber_t
|
| |
| "bool" | __eq__ (self, "mnumber_t" r) |
| | eq(self, r) -> bool
|
| |
| "bool" | __ne__ (self, "mnumber_t" r) |
| | ne(self, r) -> bool
|
| |
| "bool" | __lt__ (self, "mnumber_t" r) |
| | lt(self, r) -> bool
|
| |
| "bool" | __gt__ (self, "mnumber_t" r) |
| | gt(self, r) -> bool
|
| |
| "bool" | __le__ (self, "mnumber_t" r) |
| | le(self, r) -> bool
|
| |
| "bool" | __ge__ (self, "mnumber_t" r) |
| | ge(self, r) -> bool
|
| |
| "int" | compare (self, "mnumber_t" r) |
| | compare(self, r) -> int
|
| |
| "void" | update_value (self, "uint64" val64) |
| | update_value(self, val64)
|
| |
Public Member Functions inherited from operand_locator_t |
|
| str | value = property(_ida_hexrays.mnumber_t_value_get, _ida_hexrays.mnumber_t_value_set, doc=) |
| |
| str | org_value = property(_ida_hexrays.mnumber_t_org_value_get, _ida_hexrays.mnumber_t_org_value_set, doc=) |
| |
Static Public Attributes inherited from operand_locator_t |
| str | ea = property(_ida_hexrays.operand_locator_t_ea_get, _ida_hexrays.operand_locator_t_ea_set, doc=) |
| |
| str | opnum = property(_ida_hexrays.operand_locator_t_opnum_get, _ida_hexrays.operand_locator_t_opnum_set, doc=) |
| |
|
| | thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
| |
Properties inherited from operand_locator_t |
| | thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
| |
◆ __init__()
| __init__ |
( |
| self, |
|
|
* | args ) |
◆ __eq__()
| "bool" __eq__ |
( |
| self, |
|
|
"mnumber_t" | r ) |
◆ __ge__()
| "bool" __ge__ |
( |
| self, |
|
|
"mnumber_t" | r ) |
◆ __gt__()
| "bool" __gt__ |
( |
| self, |
|
|
"mnumber_t" | r ) |
◆ __le__()
| "bool" __le__ |
( |
| self, |
|
|
"mnumber_t" | r ) |
◆ __lt__()
| "bool" __lt__ |
( |
| self, |
|
|
"mnumber_t" | r ) |
◆ __ne__()
| "bool" __ne__ |
( |
| self, |
|
|
"mnumber_t" | r ) |
◆ compare()
| "int" compare |
( |
| self, |
|
|
"mnumber_t" | r ) |
◆ update_value()
| "void" update_value |
( |
| self, |
|
|
"uint64" | val64 ) |
◆ org_value
| str org_value = property(_ida_hexrays.mnumber_t_org_value_get, _ida_hexrays.mnumber_t_org_value_set, doc=) |
|
static |
◆ value
| str value = property(_ida_hexrays.mnumber_t_value_get, _ida_hexrays.mnumber_t_value_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: