Module ida_hexrays :: Class mlist_t
[frames] | no frames]

Class mlist_t

object --+
         |
        mlist_t

Proxy of C++ mlist_t class.

Instance Methods
bool
__eq__(self, r)
bool
__ge__(self, r)
bool
__gt__(self, r)
mlist_t
__init__(self)
__init__(self, ivl) -> mlist_t __init__(self, r, size) -> mlist_t
bool
__le__(self, r)
bool
__lt__(self, r)
bool
__ne__(self, r)
 
__repr__(self)
repr(x)
 
__swig_destroy__(self)
bool
add(self, r, size)
add(self, r) -> bool add(self, ivl) -> bool add(self, lst) -> bool
bool
addmem(self, ea, size)
 
clear(self)
int
compare(self, r)
asize_t
count(self)
char const *
dstr(self)
bool
empty(self)
bool
has(self, r)
bool
has_all(self, r, size)
bool
has_any(self, r, size)
bool
has_common(self, lst)
bool
has_memory(self)
bool
includes(self, lst)
bool
intersect(self, lst)
bool
is_subset_of(self, lst)
bool
sub(self, r, size)
sub(self, ivl) -> bool sub(self, lst) -> bool
 
swap(self, r)

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties
  mem
mlist_t_mem_get(self) -> ivlset_t
  reg
mlist_t_reg_get(self) -> rlist_t
  thisown
The membership flag

Inherited from object: __class__

Method Details

__init__(self)
(Constructor)

 

__init__(self, ivl) -> mlist_t __init__(self, r, size) -> mlist_t

Returns: mlist_t
Overrides: object.__init__

__repr__(self)
(Representation operator)

 

repr(x)

Overrides: object.__repr__
(inherited documentation)

Property Details

mem

mlist_t_mem_get(self) -> ivlset_t

Get Method:
unreachable.mlist_t_mem_get(self)
Set Method:
unreachable.mlist_t_mem_set(self, mem)

reg

mlist_t_reg_get(self) -> rlist_t

Get Method:
unreachable.mlist_t_reg_get(self)
Set Method:
unreachable.mlist_t_reg_set(self, reg)

thisown

The membership flag

Get Method:
unreachable(x)
Set Method:
unreachable(x, v)