Proxy of C++ stkvar_ref_t class.
|
| | __init__ (self, "mba_t" m, "sval_t" o) |
| | init(self, m, o) -> stkvar_ref_t
|
| |
| "bool" | __eq__ (self, "stkvar_ref_t" r) |
| | eq(self, r) -> bool
|
| |
| "bool" | __ne__ (self, "stkvar_ref_t" r) |
| | ne(self, r) -> bool
|
| |
| "bool" | __lt__ (self, "stkvar_ref_t" r) |
| | lt(self, r) -> bool
|
| |
| "bool" | __gt__ (self, "stkvar_ref_t" r) |
| | gt(self, r) -> bool
|
| |
| "bool" | __le__ (self, "stkvar_ref_t" r) |
| | le(self, r) -> bool
|
| |
| "bool" | __ge__ (self, "stkvar_ref_t" r) |
| | ge(self, r) -> bool
|
| |
| "int" | compare (self, "stkvar_ref_t" r) |
| | compare(self, r) -> int
|
| |
| "void" | swap (self, "stkvar_ref_t" r) |
| | swap(self, r)
|
| |
| "ssize_t" | get_stkvar (self, "udm_t" udm=None, "uval_t *" p_off=None) |
| | get_stkvar(self, udm=None, p_off=None) -> ssize_t Retrieve the referenced stack variable.
|
| |
|
| str | mba = property(_ida_hexrays.stkvar_ref_t_mba_get, doc=) |
| |
| str | off = property(_ida_hexrays.stkvar_ref_t_off_get, _ida_hexrays.stkvar_ref_t_off_set, doc=) |
| |
|
| | thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
| |
◆ __init__()
| __init__ |
( |
| self, |
|
|
"mba_t" | m, |
|
|
"sval_t" | o ) |
◆ __eq__()
| "bool" __eq__ |
( |
| self, |
|
|
"stkvar_ref_t" | r ) |
◆ __ge__()
| "bool" __ge__ |
( |
| self, |
|
|
"stkvar_ref_t" | r ) |
◆ __gt__()
| "bool" __gt__ |
( |
| self, |
|
|
"stkvar_ref_t" | r ) |
◆ __le__()
| "bool" __le__ |
( |
| self, |
|
|
"stkvar_ref_t" | r ) |
◆ __lt__()
| "bool" __lt__ |
( |
| self, |
|
|
"stkvar_ref_t" | r ) |
◆ __ne__()
| "bool" __ne__ |
( |
| self, |
|
|
"stkvar_ref_t" | r ) |
◆ compare()
| "int" compare |
( |
| self, |
|
|
"stkvar_ref_t" | r ) |
◆ get_stkvar()
| "ssize_t" get_stkvar |
( |
| self, |
|
|
"udm_t" | udm = None, |
|
|
"uval_t *" | p_off = None ) |
- Parameters
-
| udm | (C++: udm_t *) stkvar, may be nullptr |
| p_off | (C++: uval_t *) if specified, will hold IDA stkoff after the call. |
- Returns
- : index of stkvar in the frame or -1
◆ swap()
| "void" swap |
( |
| self, |
|
|
"stkvar_ref_t" | r ) |
◆ mba
| str mba = property(_ida_hexrays.stkvar_ref_t_mba_get, doc=) |
|
static |
◆ off
| str 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: