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

Proxy of C++ rlist_t class.

Inheritance diagram for rlist_t:
bitset_t

Public Member Functions

 __init__ (self, *args)
 init(self) -> rlist_t init(self, m) -> rlist_t
 
"char const *" dstr (self, *args)
 dstr(self) -> char const *
 
- Public Member Functions inherited from bitset_t
"void" swap (self, *args)
 swap(self, r)
 
"bitset_t &" copy (self, *args)
 copy(self, m) -> bitset_t
 
"bool" add (self, *args)
 add(self, bit) -> bool
 
"bool" sub (self, *args)
 sub(self, bit) -> bool
 
"bool" cut_at (self, *args)
 cut_at(self, maxbit) -> bool
 
"void" shift_down (self, *args)
 shift_down(self, shift)
 
"bool" has (self, *args)
 has(self, bit) -> bool
 
"bool" has_all (self, *args)
 has_all(self, bit, width) -> bool
 
"bool" has_any (self, *args)
 has_any(self, bit, width) -> bool
 
"bool" empty (self, *args)
 empty(self) -> bool
 
"int" count (self, *args)
 count(self) -> int count(self, bit) -> int
 
"int" last (self, *args)
 last(self) -> int
 
"void" clear (self, *args)
 clear(self)
 
"void" fill_with_ones (self, *args)
 fill_with_ones(self, maxbit)
 
"bool" has_common (self, *args)
 has_common(self, ml) -> bool
 
"bool" intersect (self, *args)
 intersect(self, ml) -> bool
 
"bool" is_subset_of (self, *args)
 is_subset_of(self, ml) -> bool
 
"bool" includes (self, *args)
 includes(self, ml) -> 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
 
"bitset_t::iterator" itat (self, *args)
 itat(self, n) -> iterator
 
"bitset_t::iterator" begin (self, *args)
 begin(self) -> iterator
 
"bitset_t::iterator" end (self, *args)
 end(self) -> iterator
 
"int" front (self, *args)
 front(self) -> int
 
"int" back (self, *args)
 back(self) -> int
 
"void" inc (self, *args)
 inc(self, p, n=1)
 
"int" itv (self, *args)
 itv(self, it) -> int
 
 __iter__ (self)
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 
- Properties inherited from bitset_t
 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
* args )
Parameters
mrlist_t const &

init(self, reg, width) -> rlist_t

Parameters
regmreg_t
widthint

Reimplemented from bitset_t.

Member Function Documentation

◆ dstr()

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

Reimplemented from bitset_t.

Property Documentation

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