Proxy of C++ voff_t class.
|
| __init__ (self, *args) |
| init(self) -> voff_t init(self, _type, _off) -> voff_t
|
|
"void" | set (self, *args) |
| set(self, _type, _off)
|
|
"void" | set_stkoff (self, *args) |
| set_stkoff(self, stkoff)
|
|
"void" | set_reg (self, *args) |
| set_reg(self, mreg)
|
|
"void" | undef (self, *args) |
| undef(self)
|
|
"bool" | defined (self, *args) |
| defined(self) -> bool
|
|
"bool" | is_reg (self, *args) |
| is_reg(self) -> bool
|
|
"bool" | is_stkoff (self, *args) |
| is_stkoff(self) -> bool
|
|
"mreg_t" | get_reg (self, *args) |
| get_reg(self) -> mreg_t
|
|
"sval_t" | get_stkoff (self, *args) |
| get_stkoff(self) -> sval_t
|
|
"void" | inc (self, *args) |
| inc(self, delta)
|
|
"voff_t" | add (self, *args) |
| add(self, width) -> voff_t
|
|
"sval_t" | diff (self, *args) |
| diff(self, r) -> sval_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
|
|
|
| thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
|
| off = property(_ida_hexrays.voff_t_off_get, _ida_hexrays.voff_t_off_set, doc=) |
|
| type = property(_ida_hexrays.voff_t_type_get, _ida_hexrays.voff_t_type_set, doc=) |
|
◆ __init__()
__init__ |
( |
| self, |
|
|
* | args ) |
- Parameters
-
init(self, op) -> voff_t
- Parameters
-
Reimplemented in vivl_t.
◆ __eq__()
"bool" __eq__ |
( |
| self, |
|
|
* | args ) |
- Parameters
-
Reimplemented in vivl_t.
◆ __ge__()
"bool" __ge__ |
( |
| self, |
|
|
* | args ) |
- Parameters
-
Reimplemented in vivl_t.
◆ __gt__()
"bool" __gt__ |
( |
| self, |
|
|
* | args ) |
- Parameters
-
Reimplemented in vivl_t.
◆ __le__()
"bool" __le__ |
( |
| self, |
|
|
* | args ) |
- Parameters
-
Reimplemented in vivl_t.
◆ __lt__()
"bool" __lt__ |
( |
| self, |
|
|
* | args ) |
- Parameters
-
Reimplemented in vivl_t.
◆ __ne__()
"bool" __ne__ |
( |
| self, |
|
|
* | args ) |
- Parameters
-
Reimplemented in vivl_t.
◆ add()
"voff_t" add |
( |
| self, |
|
|
* | args ) |
◆ compare()
"int" compare |
( |
| self, |
|
|
* | args ) |
- Parameters
-
Reimplemented in vivl_t.
◆ defined()
"bool" defined |
( |
| self, |
|
|
* | args ) |
◆ diff()
"sval_t" diff |
( |
| self, |
|
|
* | args ) |
◆ get_reg()
"mreg_t" get_reg |
( |
| self, |
|
|
* | args ) |
◆ get_stkoff()
"sval_t" get_stkoff |
( |
| self, |
|
|
* | args ) |
◆ inc()
"void" inc |
( |
| self, |
|
|
* | args ) |
◆ is_reg()
"bool" is_reg |
( |
| self, |
|
|
* | args ) |
◆ is_stkoff()
"bool" is_stkoff |
( |
| self, |
|
|
* | args ) |
◆ set()
"void" set |
( |
| self, |
|
|
* | args ) |
- Parameters
-
Reimplemented in vivl_t.
◆ set_reg()
"void" set_reg |
( |
| self, |
|
|
* | args ) |
- Parameters
-
Reimplemented in vivl_t.
◆ set_stkoff()
"void" set_stkoff |
( |
| self, |
|
|
* | args ) |
- Parameters
-
Reimplemented in vivl_t.
◆ undef()
"void" undef |
( |
| self, |
|
|
* | args ) |
◆ off
off = property(_ida_hexrays.voff_t_off_get, _ida_hexrays.voff_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 |
◆ type
type = property(_ida_hexrays.voff_t_type_get, _ida_hexrays.voff_t_type_set, doc=) |
|
static |
The documentation for this class was generated from the following file: