Proxy of C++ func_tail_iterator_t class.
|
| | __init__ (self, *args) |
| | init(self) -> func_tail_iterator_t init(self, _pfn, ea=BADADDR) -> func_tail_iterator_t
|
| |
| "bool" | set (self, *args) |
| | set(self, _pfn, ea=BADADDR) -> bool
|
| |
| "bool" | set_ea (self, *args) |
| | set_ea(self, ea) -> bool
|
| |
| "bool" | set_range (self, *args) |
| | set_range(self, ea1, ea2) -> bool
|
| |
| "range_t const &" | chunk (self, *args) |
| | chunk(self) -> range_t
|
| |
| "bool" | first (self, *args) |
| | first(self) -> bool
|
| |
| "bool" | last (self, *args) |
| | last(self) -> bool
|
| |
| "bool" | __next__ (self, *args) |
| | next(self) -> bool
|
| |
| "bool" | prev (self, *args) |
| | prev(self) -> bool
|
| |
| "bool" | main (self, *args) |
| | main(self) -> bool
|
| |
| | __iter__ (self) |
| | Provide an iterator on function tails.
|
| |
|
| | thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
| |
◆ __init__()
| __init__ |
( |
| self, |
|
|
* | args ) |
◆ __iter__()
◆ __next__()
| "bool" __next__ |
( |
| self, |
|
|
* | args ) |
◆ chunk()
| "range_t const &" chunk |
( |
| self, |
|
|
* | args ) |
◆ first()
| "bool" first |
( |
| self, |
|
|
* | args ) |
◆ last()
| "bool" last |
( |
| self, |
|
|
* | args ) |
◆ main()
| "bool" main |
( |
| self, |
|
|
* | args ) |
◆ prev()
| "bool" prev |
( |
| self, |
|
|
* | args ) |
◆ set()
| "bool" set |
( |
| self, |
|
|
* | args ) |
◆ set_ea()
| "bool" set_ea |
( |
| self, |
|
|
* | args ) |
◆ set_range()
| "bool" set_range |
( |
| self, |
|
|
* | args ) |
◆ next
◆ 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: