Proxy of C++ ivl_t class.
|
| __init__ (self, *args) |
| init(self, _off=0, _size=0) -> ivl_t
|
|
"bool" | empty (self, *args) |
| empty(self) -> bool
|
|
"void" | clear (self, *args) |
| clear(self)
|
|
"char const *" | dstr (self, *args) |
| dstr(self) -> char const *
|
|
"bool" | extend_to_cover (self, *args) |
| extend_to_cover(self, r) -> bool
|
|
"void" | intersect (self, *args) |
| intersect(self, r)
|
|
"bool" | overlap (self, *args) |
| overlap(self, ivl) -> bool
|
|
"bool" | includes (self, *args) |
| includes(self, ivl) -> bool
|
|
"bool" | contains (self, *args) |
| contains(self, off2) -> 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
|
|
"bool" | valid (self, *args) |
| valid(self) -> bool
|
|
"unsigned long long" | end (self, *args) |
| end(self) -> unsigned long long
|
|
"unsigned long long" | last (self, *args) |
| last(self) -> unsigned long long
|
|
|
| thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
|
| thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
|
| off = property(_ida_hexrays.uval_ivl_t_off_get, _ida_hexrays.uval_ivl_t_off_set, doc=) |
|
| size = property(_ida_hexrays.uval_ivl_t_size_get, _ida_hexrays.uval_ivl_t_size_set, doc=) |
|
◆ __init__()
__init__ |
( |
| self, |
|
|
* | args ) |
◆ __eq__()
"bool" __eq__ |
( |
| self, |
|
|
* | args ) |
◆ __ge__()
"bool" __ge__ |
( |
| self, |
|
|
* | args ) |
◆ __gt__()
"bool" __gt__ |
( |
| self, |
|
|
* | args ) |
◆ __le__()
"bool" __le__ |
( |
| self, |
|
|
* | args ) |
◆ __lt__()
"bool" __lt__ |
( |
| self, |
|
|
* | args ) |
◆ __ne__()
"bool" __ne__ |
( |
| self, |
|
|
* | args ) |
◆ clear()
"void" clear |
( |
| self, |
|
|
* | args ) |
◆ compare()
"int" compare |
( |
| self, |
|
|
* | args ) |
◆ contains()
"bool" contains |
( |
| self, |
|
|
* | args ) |
◆ dstr()
"char const *" dstr |
( |
| self, |
|
|
* | args ) |
◆ empty()
"bool" empty |
( |
| self, |
|
|
* | args ) |
◆ extend_to_cover()
"bool" extend_to_cover |
( |
| self, |
|
|
* | args ) |
◆ includes()
"bool" includes |
( |
| self, |
|
|
* | args ) |
◆ intersect()
"void" intersect |
( |
| self, |
|
|
* | args ) |
◆ overlap()
"bool" overlap |
( |
| self, |
|
|
* | args ) |
◆ 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: