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