Proxy of C++ ivl_t class.
|
| | __init__ (self, "uval_t" _off=0, "uval_t" _size=0) |
| | init(self, _off=0, _size=0) -> ivl_t
|
| |
| "bool" | empty (self) |
| | empty(self) -> bool
|
| |
| "void" | clear (self) |
| | clear(self)
|
| |
| "char const *" | dstr (self) |
| | dstr(self) -> char const *
|
| |
| "bool" | extend_to_cover (self, "ivl_t" r) |
| | extend_to_cover(self, r) -> bool
|
| |
| "void" | intersect (self, "ivl_t" r) |
| | intersect(self, r)
|
| |
| "bool" | overlap (self, "ivl_t" ivl) |
| | overlap(self, ivl) -> bool
|
| |
| "bool" | includes (self, "ivl_t" ivl) |
| | includes(self, ivl) -> bool
|
| |
| "bool" | contains (self, "uval_t" off2) |
| | contains(self, off2) -> bool
|
| |
| "bool" | __eq__ (self, "ivl_t" r) |
| | eq(self, r) -> bool
|
| |
| "bool" | __ne__ (self, "ivl_t" r) |
| | ne(self, r) -> bool
|
| |
| "bool" | __lt__ (self, "ivl_t" r) |
| | lt(self, r) -> bool
|
| |
| "bool" | __gt__ (self, "ivl_t" r) |
| | gt(self, r) -> bool
|
| |
| "bool" | __le__ (self, "ivl_t" r) |
| | le(self, r) -> bool
|
| |
| "bool" | __ge__ (self, "ivl_t" r) |
| | ge(self, r) -> bool
|
| |
| "int" | compare (self, "ivl_t" r) |
| | compare(self, r) -> int
|
| |
| "bool" | valid (self) |
| | valid(self) -> bool
|
| |
| "unsigned long long" | end (self) |
| | end(self) -> unsigned long long
|
| |
| "unsigned long long" | last (self) |
| | 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") |
| |
|
| str | off = property(_ida_hexrays.uval_ivl_t_off_get, _ida_hexrays.uval_ivl_t_off_set, doc=) |
| |
| str | size = property(_ida_hexrays.uval_ivl_t_size_get, _ida_hexrays.uval_ivl_t_size_set, doc=) |
| |
◆ __init__()
| __init__ |
( |
| self, |
|
|
"uval_t" | _off = 0, |
|
|
"uval_t" | _size = 0 ) |
◆ __eq__()
| "bool" __eq__ |
( |
| self, |
|
|
"ivl_t" | r ) |
◆ __ge__()
| "bool" __ge__ |
( |
| self, |
|
|
"ivl_t" | r ) |
◆ __gt__()
| "bool" __gt__ |
( |
| self, |
|
|
"ivl_t" | r ) |
◆ __le__()
| "bool" __le__ |
( |
| self, |
|
|
"ivl_t" | r ) |
◆ __lt__()
| "bool" __lt__ |
( |
| self, |
|
|
"ivl_t" | r ) |
◆ __ne__()
| "bool" __ne__ |
( |
| self, |
|
|
"ivl_t" | r ) |
◆ clear()
◆ compare()
| "int" compare |
( |
| self, |
|
|
"ivl_t" | r ) |
◆ contains()
| "bool" contains |
( |
| self, |
|
|
"uval_t" | off2 ) |
◆ dstr()
| "char const *" dstr |
( |
| self | ) |
|
◆ empty()
◆ extend_to_cover()
| "bool" extend_to_cover |
( |
| self, |
|
|
"ivl_t" | r ) |
◆ includes()
| "bool" includes |
( |
| self, |
|
|
"ivl_t" | ivl ) |
◆ intersect()
| "void" intersect |
( |
| self, |
|
|
"ivl_t" | r ) |
◆ overlap()
| "bool" overlap |
( |
| self, |
|
|
"ivl_t" | ivl ) |
◆ 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: