Proxy of C++ vivl_t class.
|
| | __init__ (self, *args) |
| | init(self, _type=mop_z, _off=-1, _size=0) -> vivl_t
|
| |
| "void" | set (self, *args) |
| | set(self, _type, _off, _size=0)
|
| |
| "void" | set_stkoff (self, *args) |
| | set_stkoff(self, stkoff, sz=0)
|
| |
| "void" | set_reg (self, *args) |
| | set_reg(self, mreg, sz=0)
|
| |
| "bool" | extend_to_cover (self, *args) |
| | extend_to_cover(self, r) -> bool Extend a value interval using another value interval of the same type
|
| |
| "uval_t" | intersect (self, *args) |
| | intersect(self, r) -> uval_t Intersect value intervals the same type
|
| |
| "bool" | overlap (self, *args) |
| | overlap(self, r) -> bool Do two value intervals overlap?
|
| |
| "bool" | includes (self, *args) |
| | includes(self, r) -> bool Does our value interval include another?
|
| |
| "bool" | contains (self, *args) |
| | contains(self, voff2) -> bool Does our value interval contain the specified value offset?
|
| |
| "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
|
| |
| "bool" | __eq__ (self, *args) |
| | eq(self, r) -> bool
|
| |
| "char const *" | dstr (self, *args) |
| | dstr(self) -> char const *
|
| |
| "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
|
| |
|
| "void" | _print (self, *args) |
| | _print(self)
|
| |
|
| | thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
| |
| | size = property(_ida_hexrays.vivl_t_size_get, _ida_hexrays.vivl_t_size_set, doc=) |
| |
| | 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
-
| _type | mopt_t |
| _off | sval_t |
| _size | int |
init(self, ch) -> vivl_t
- Parameters
-
init(self, op) -> vivl_t
- Parameters
-
Reimplemented from voff_t.
◆ __eq__()
| "bool" __eq__ |
( |
| self, |
|
|
* | args ) |
- Parameters
-
eq(self, mop) -> bool
- Parameters
-
Reimplemented from voff_t.
◆ __ge__()
| "bool" __ge__ |
( |
| self, |
|
|
* | args ) |
- Parameters
-
Reimplemented from voff_t.
◆ __gt__()
| "bool" __gt__ |
( |
| self, |
|
|
* | args ) |
- Parameters
-
Reimplemented from voff_t.
◆ __le__()
| "bool" __le__ |
( |
| self, |
|
|
* | args ) |
- Parameters
-
Reimplemented from voff_t.
◆ __lt__()
| "bool" __lt__ |
( |
| self, |
|
|
* | args ) |
- Parameters
-
Reimplemented from voff_t.
◆ __ne__()
| "bool" __ne__ |
( |
| self, |
|
|
* | args ) |
- Parameters
-
Reimplemented from voff_t.
◆ _print()
| "void" _print |
( |
| self, |
|
|
* | args ) |
|
protected |
◆ compare()
| "int" compare |
( |
| self, |
|
|
* | args ) |
- Parameters
-
Reimplemented from voff_t.
◆ contains()
| "bool" contains |
( |
| self, |
|
|
* | args ) |
◆ dstr()
| "char const *" dstr |
( |
| self, |
|
|
* | args ) |
◆ extend_to_cover()
| "bool" extend_to_cover |
( |
| self, |
|
|
* | args ) |
- Parameters
-
- Returns
- : success
◆ includes()
| "bool" includes |
( |
| self, |
|
|
* | args ) |
◆ intersect()
| "uval_t" intersect |
( |
| self, |
|
|
* | args ) |
- Parameters
-
- Returns
- : size of the resulting intersection
◆ overlap()
| "bool" overlap |
( |
| self, |
|
|
* | args ) |
◆ set()
| "void" set |
( |
| self, |
|
|
* | args ) |
- Parameters
-
| _type | mopt_t |
| _off | sval_t |
| _size | int |
set(self, voff, _size)
- Parameters
-
Reimplemented from voff_t.
◆ set_reg()
| "void" set_reg |
( |
| self, |
|
|
* | args ) |
- Parameters
-
Reimplemented from voff_t.
◆ set_stkoff()
| "void" set_stkoff |
( |
| self, |
|
|
* | args ) |
- Parameters
-
Reimplemented from voff_t.
◆ size
| size = property(_ida_hexrays.vivl_t_size_get, _ida_hexrays.vivl_t_size_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: