IDAPython 8.4
Loading...
Searching...
No Matches
mlist_t Class Reference

Proxy of C++ mlist_t class.

Inheritance diagram for mlist_t:

Public Member Functions

 __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
 

Protected Member Functions

"void" _print (self, *args)
 _print(self)
 

Properties

 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=)
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
* args )
Parameters
ivlivl_t const &

init(self, r, size) -> mlist_t

Parameters
rmreg_t
sizeint

Member Function Documentation

◆ __eq__()

"bool" __eq__ ( self,
* args )
Parameters
rmlist_t const &

◆ __ge__()

"bool" __ge__ ( self,
* args )
Parameters
rmlist_t const &

◆ __gt__()

"bool" __gt__ ( self,
* args )
Parameters
rmlist_t const &

◆ __le__()

"bool" __le__ ( self,
* args )
Parameters
rmlist_t const &

◆ __lt__()

"bool" __lt__ ( self,
* args )
Parameters
rmlist_t const &

◆ __ne__()

"bool" __ne__ ( self,
* args )
Parameters
rmlist_t const &

◆ _print()

"void" _print ( self,
* args )
protected

◆ add()

"bool" add ( self,
* args )
Parameters
rmreg_t
sizeint

add(self, r) -> bool

Parameters
rrlist_t const &

add(self, ivl) -> bool

Parameters
ivlivl_t const &

add(self, lst) -> bool

Parameters
lstmlist_t const &

◆ addmem()

"bool" addmem ( self,
* args )
Parameters
eaea_t
sizeasize_t

◆ clear()

"void" clear ( self,
* args )

◆ compare()

"int" compare ( self,
* args )
Parameters
rmlist_t const &

◆ count()

"asize_t" count ( self,
* args )

◆ dstr()

"char const *" dstr ( self,
* args )

◆ empty()

"bool" empty ( self,
* args )

◆ has()

"bool" has ( self,
* args )
Parameters
rmreg_t

◆ has_all()

"bool" has_all ( self,
* args )
Parameters
rmreg_t
sizeint

◆ has_any()

"bool" has_any ( self,
* args )
Parameters
rmreg_t
sizeint

◆ has_common()

"bool" has_common ( self,
* args )
Parameters
lstmlist_t const &

◆ has_memory()

"bool" has_memory ( self,
* args )

◆ includes()

"bool" includes ( self,
* args )
Parameters
lstmlist_t const &

◆ intersect()

"bool" intersect ( self,
* args )
Parameters
lstmlist_t const &

◆ is_subset_of()

"bool" is_subset_of ( self,
* args )
Parameters
lstmlist_t const &

◆ sub()

"bool" sub ( self,
* args )
Parameters
rmreg_t
sizeint

sub(self, ivl) -> bool

Parameters
ivlivl_t const &

sub(self, lst) -> bool

Parameters
lstmlist_t const &

◆ swap()

"void" swap ( self,
* args )
Parameters
rmlist_t &

Property Documentation

◆ 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: