Proxy of C++ stkvar_ref_t class.
|
| __init__ (self, *args) |
| init(self, m, o) -> stkvar_ref_t
|
|
"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" | swap (self, *args) |
| swap(self, r)
|
|
"member_t *" | get_stkvar (self, *args) |
| get_stkvar(self, p_off=None) -> member_t * Retrieve the referenced stack variable.
|
|
|
| thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
|
| mba = property(_ida_hexrays.stkvar_ref_t_mba_get, doc=) |
|
| off = property(_ida_hexrays.stkvar_ref_t_off_get, _ida_hexrays.stkvar_ref_t_off_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 ) |
◆ compare()
"int" compare |
( |
| self, |
|
|
* | args ) |
◆ get_stkvar()
"member_t *" get_stkvar |
( |
| self, |
|
|
* | args ) |
- Parameters
-
p_off | (C++: uval_t *) if specified, will hold IDA stkoff after the call. |
- Returns
- : pointer to the stack variable
◆ swap()
"void" swap |
( |
| self, |
|
|
* | args ) |
◆ mba
mba = property(_ida_hexrays.stkvar_ref_t_mba_get, doc=) |
|
static |
◆ off
off = property(_ida_hexrays.stkvar_ref_t_off_get, _ida_hexrays.stkvar_ref_t_off_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: