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

Class bitset_t

object --+
         |
        bitset_t
Known Subclasses:

Proxy of C++ bitset_t class.

Instance Methods
bool
__eq__(self, r)
bool
__ge__(self, r)
bool
__gt__(self, r)
bitset_t
__init__(self)
__init__(self, m) -> bitset_t
 
__iter__(self)
bool
__le__(self, r)
int
__len__(self)
count(self, bit) -> int
bool
__lt__(self, r)
bool
__ne__(self, r)
 
__repr__(self)
repr(x)
 
__swig_destroy__(self)
bool
add(self, bit)
add(self, bit, width) -> bool add(self, ml) -> bool
int
back(self)
bitset_t::iterator
begin(self)
 
clear(self)
int
compare(self, r)
bitset_t
copy(self, m)
int
count(self)
count(self, bit) -> int
bool
cut_at(self, maxbit)
char const *
dstr(self)
bool
empty(self)
bitset_t::iterator
end(self)
 
fill_with_ones(self, maxbit)
int
front(self)
bool
has(self, bit)
bool
has_all(self, bit, width)
bool
has_any(self, bit, width)
bool
has_common(self, ml)
 
inc(self, p, n=1)
bool
includes(self, ml)
bool
intersect(self, ml)
bool
is_subset_of(self, ml)
bitset_t::iterator
itat(self, n)
int
itv(self, it)
int
last(self)
 
shift_down(self, shift)
bool
sub(self, bit)
sub(self, bit, width) -> bool sub(self, ml) -> bool
 
swap(self, r)

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

Properties
  thisown
The membership flag

Inherited from object: __class__

Method Details

__init__(self)
(Constructor)

 

__init__(self, m) -> bitset_t

Returns: bitset_t
Overrides: object.__init__

__repr__(self)
(Representation operator)

 

repr(x)

Overrides: object.__repr__
(inherited documentation)

Property Details

thisown

The membership flag

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