Proxy of C++ mlist_t class.
|
| __init__ (self, *args) |
| init(self) -> mlist_t init(self, ivl) -> mlist_t
|
|
"void" | swap (self, *args) |
| swap(self, r)
|
|
"bool" | addmem (self, *args) |
| addmem(self, ea, size) -> bool
|
|
"bool" | add (self, *args) |
| add(self, r, size) -> bool
|
|
"bool" | sub (self, *args) |
| sub(self, r, size) -> bool
|
|
"asize_t" | count (self, *args) |
| count(self) -> asize_t
|
|
"char const *" | dstr (self, *args) |
| dstr(self) -> char const *
|
|
"bool" | empty (self, *args) |
| empty(self) -> bool
|
|
"void" | clear (self, *args) |
| clear(self)
|
|
"bool" | has (self, *args) |
| has(self, r) -> bool
|
|
"bool" | has_all (self, *args) |
| has_all(self, r, size) -> bool
|
|
"bool" | has_any (self, *args) |
| has_any(self, r, size) -> bool
|
|
"bool" | has_memory (self, *args) |
| has_memory(self) -> bool
|
|
"bool" | has_common (self, *args) |
| has_common(self, lst) -> bool
|
|
"bool" | includes (self, *args) |
| includes(self, lst) -> bool
|
|
"bool" | intersect (self, *args) |
| intersect(self, lst) -> bool
|
|
"bool" | is_subset_of (self, *args) |
| is_subset_of(self, lst) -> bool
|
|
"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" | _print (self, *args) |
| _print(self)
|
|
|
| thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
|
| reg = property(_ida_hexrays.mlist_t_reg_get, _ida_hexrays.mlist_t_reg_set, doc=) |
|
| mem = property(_ida_hexrays.mlist_t_mem_get, _ida_hexrays.mlist_t_mem_set, doc=) |
|
◆ __init__()
__init__ |
( |
| self, |
|
|
* | args ) |
- Parameters
-
init(self, r, size) -> mlist_t
- Parameters
-
◆ __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 ) |
◆ _print()
"void" _print |
( |
| self, |
|
|
* | args ) |
|
protected |
◆ add()
"bool" add |
( |
| self, |
|
|
* | args ) |
- Parameters
-
add(self, r) -> bool
- Parameters
-
add(self, ivl) -> bool
- Parameters
-
add(self, lst) -> bool
- Parameters
-
◆ addmem()
"bool" addmem |
( |
| self, |
|
|
* | args ) |
◆ clear()
"void" clear |
( |
| self, |
|
|
* | args ) |
◆ compare()
"int" compare |
( |
| self, |
|
|
* | args ) |
◆ count()
"asize_t" count |
( |
| self, |
|
|
* | args ) |
◆ dstr()
"char const *" dstr |
( |
| self, |
|
|
* | args ) |
◆ empty()
"bool" empty |
( |
| self, |
|
|
* | args ) |
◆ has()
"bool" has |
( |
| self, |
|
|
* | args ) |
◆ has_all()
"bool" has_all |
( |
| self, |
|
|
* | args ) |
◆ has_any()
"bool" has_any |
( |
| self, |
|
|
* | args ) |
◆ has_common()
"bool" has_common |
( |
| self, |
|
|
* | args ) |
◆ has_memory()
"bool" has_memory |
( |
| self, |
|
|
* | args ) |
◆ includes()
"bool" includes |
( |
| self, |
|
|
* | args ) |
◆ intersect()
"bool" intersect |
( |
| self, |
|
|
* | args ) |
◆ is_subset_of()
"bool" is_subset_of |
( |
| self, |
|
|
* | args ) |
◆ sub()
"bool" sub |
( |
| self, |
|
|
* | args ) |
- Parameters
-
sub(self, ivl) -> bool
- Parameters
-
sub(self, lst) -> bool
- Parameters
-
◆ swap()
"void" swap |
( |
| self, |
|
|
* | args ) |
◆ mem
mem = property(_ida_hexrays.mlist_t_mem_get, _ida_hexrays.mlist_t_mem_set, doc=) |
|
static |
◆ reg
reg = property(_ida_hexrays.mlist_t_reg_get, _ida_hexrays.mlist_t_reg_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: