|
| __init__ (self, *args) |
|
bool | add (self, *args) |
|
bool | addmasked (self, 'ivlset_t' ivs, 'ivl_t' mask) |
|
bool | sub (self, *args) |
|
str | dstr (self) |
|
'asize_t' | count (self) |
|
bool | has_common (self, *args) |
|
bool | contains (self, int off) |
|
bool | includes (self, 'ivlset_t' ivs) |
|
bool | intersect (self, 'ivlset_t' ivs) |
|
bool | __eq__ (self, 'ivlset_t' r) |
|
bool | __ne__ (self, 'ivlset_t' r) |
|
bool | __lt__ (self, 'ivlset_t' r) |
|
bool | __gt__ (self, 'ivlset_t' r) |
|
bool | __le__ (self, 'ivlset_t' r) |
|
bool | __ge__ (self, 'ivlset_t' r) |
|
int | compare (self, 'ivlset_t' r) |
|
None | swap (self, 'uval_ivl_ivlset_t' r) |
|
'ivl_t const &' | getivl (self, int idx) |
|
'ivl_t const &' | lastivl (self) |
|
'size_t' | nivls (self) |
|
bool | empty (self) |
|
None | clear (self) |
|
None | qclear (self) |
|
bool | all_values (self) |
|
None | set_all_values (self) |
|
bool | single_value (self, *args) |
|
'ivlset_tpl< ivl_t, unsigned long long >::iterator' | begin (self, *args) |
|
'ivlset_tpl< ivl_t, unsigned long long >::iterator' | end (self, *args) |
|
◆ __init__()
__init__ |
( |
| self, |
|
|
* | args ) |
◆ __eq__()
◆ __ge__()
◆ __gt__()
◆ __le__()
◆ __lt__()
◆ __ne__()
◆ _print()
◆ add()
bool add |
( |
| self, |
|
|
* | args ) |
This function has the following signatures:
0. add(ivl: const ivl_t &) -> bool
1. add(ea: ida_idaapi.ea_t, size: asize_t) -> bool
2. add(ivs: const ivlset_t &) -> bool
# 0: add(ivl: const ivl_t &) -> bool
# 1: add(ea: ida_idaapi.ea_t, size: asize_t) -> bool
# 2: add(ivs: const ivlset_t &) -> bool
◆ addmasked()
◆ compare()
◆ contains()
bool contains |
( |
| self, |
|
|
int | off ) |
◆ count()
◆ dstr()
◆ has_common()
bool has_common |
( |
| self, |
|
|
* | args ) |
This function has the following signatures:
0. has_common(ivl: const ivl_t &, strict: bool=false) -> bool
1. has_common(ivs: const ivlset_t &) -> bool
# 0: has_common(ivl: const ivl_t &, strict: bool=false) -> bool
# 1: has_common(ivs: const ivlset_t &) -> bool
◆ includes()
◆ intersect()
◆ sub()
bool sub |
( |
| self, |
|
|
* | args ) |
This function has the following signatures:
0. sub(ivl: const ivl_t &) -> bool
1. sub(ea: ida_idaapi.ea_t, size: asize_t) -> bool
2. sub(ivs: const ivlset_t &) -> bool
# 0: sub(ivl: const ivl_t &) -> bool
# 1: sub(ea: ida_idaapi.ea_t, size: asize_t) -> bool
# 2: sub(ivs: const ivlset_t &) -> bool
◆ thisown
Initial value:= property(lambda x: x.this.own(), lambda x, v: x.this.own(v),
doc='The membership flag')
The documentation for this class was generated from the following file: