| IDAPython 9.0
    | 
Proxy of C++ mlist_t class.
 
 | Public Member Functions | |
| __init__ (self, *args) | |
| init(self) -> mlist_t init(self, ivl) -> mlist_t | |
| "void" | swap (self, "mlist_t" r) | 
| swap(self, r) | |
| "bool" | addmem (self, "ea_t" ea, "asize_t" size) | 
| 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) | 
| count(self) -> asize_t | |
| "char const *" | dstr (self) | 
| dstr(self) -> char const * | |
| "bool" | empty (self) | 
| empty(self) -> bool | |
| "void" | clear (self) | 
| clear(self) | |
| "bool" | has (self, "mreg_t" r) | 
| has(self, r) -> bool | |
| "bool" | has_all (self, "mreg_t" r, "int" size) | 
| has_all(self, r, size) -> bool | |
| "bool" | has_any (self, "mreg_t" r, "int" size) | 
| has_any(self, r, size) -> bool | |
| "bool" | has_memory (self) | 
| has_memory(self) -> bool | |
| "bool" | has_common (self, "mlist_t" lst) | 
| has_common(self, lst) -> bool | |
| "bool" | includes (self, "mlist_t" lst) | 
| includes(self, lst) -> bool | |
| "bool" | intersect (self, "mlist_t" lst) | 
| intersect(self, lst) -> bool | |
| "bool" | is_subset_of (self, "mlist_t" lst) | 
| is_subset_of(self, lst) -> bool | |
| "bool" | __eq__ (self, "mlist_t" r) | 
| eq(self, r) -> bool | |
| "bool" | __ne__ (self, "mlist_t" r) | 
| ne(self, r) -> bool | |
| "bool" | __lt__ (self, "mlist_t" r) | 
| lt(self, r) -> bool | |
| "bool" | __gt__ (self, "mlist_t" r) | 
| gt(self, r) -> bool | |
| "bool" | __le__ (self, "mlist_t" r) | 
| le(self, r) -> bool | |
| "bool" | __ge__ (self, "mlist_t" r) | 
| ge(self, r) -> bool | |
| "int" | compare (self, "mlist_t" r) | 
| compare(self, r) -> int | |
| Static Public Attributes | |
| str | reg = property(_ida_hexrays.mlist_t_reg_get, _ida_hexrays.mlist_t_reg_set, doc=) | 
| str | mem = property(_ida_hexrays.mlist_t_mem_get, _ida_hexrays.mlist_t_mem_set, doc=) | 
| Protected Member Functions | |
| "void" | _print (self) | 
| _print(self) | |
| Properties | |
| thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") | |
| __init__ | ( | self, | |
| * | args ) | 
| "bool" __eq__ | ( | self, | |
| "mlist_t" | r ) | 
| r | mlist_t const & | 
| "bool" __ge__ | ( | self, | |
| "mlist_t" | r ) | 
| r | mlist_t const & | 
| "bool" __gt__ | ( | self, | |
| "mlist_t" | r ) | 
| r | mlist_t const & | 
| "bool" __le__ | ( | self, | |
| "mlist_t" | r ) | 
| r | mlist_t const & | 
| "bool" __lt__ | ( | self, | |
| "mlist_t" | r ) | 
| r | mlist_t const & | 
| "bool" __ne__ | ( | self, | |
| "mlist_t" | r ) | 
| r | mlist_t const & | 
| 
 | protected | 
| "bool" add | ( | self, | |
| * | args ) | 
| "bool" addmem | ( | self, | |
| "ea_t" | ea, | ||
| "asize_t" | size ) | 
| ea | ea_t | 
| size | asize_t | 
| "void" clear | ( | self | ) | 
| "int" compare | ( | self, | |
| "mlist_t" | r ) | 
| r | mlist_t const & | 
| "asize_t" count | ( | self | ) | 
| "char const *" dstr | ( | self | ) | 
| "bool" empty | ( | self | ) | 
| "bool" has | ( | self, | |
| "mreg_t" | r ) | 
| r | mreg_t | 
| "bool" has_all | ( | self, | |
| "mreg_t" | r, | ||
| "int" | size ) | 
| r | mreg_t | 
| size | int | 
| "bool" has_any | ( | self, | |
| "mreg_t" | r, | ||
| "int" | size ) | 
| r | mreg_t | 
| size | int | 
| "bool" has_common | ( | self, | |
| "mlist_t" | lst ) | 
| lst | mlist_t const & | 
| "bool" has_memory | ( | self | ) | 
| "bool" includes | ( | self, | |
| "mlist_t" | lst ) | 
| lst | mlist_t const & | 
| "bool" intersect | ( | self, | |
| "mlist_t" | lst ) | 
| lst | mlist_t const & | 
| "bool" is_subset_of | ( | self, | |
| "mlist_t" | lst ) | 
| lst | mlist_t const & | 
| "bool" sub | ( | self, | |
| * | args ) | 
| "void" swap | ( | self, | |
| "mlist_t" | r ) | 
| r | mlist_t & | 
| 
 | static | 
| 
 | static | 
| 
 | static |