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, "ea_t" ea) |
| set_ea(self, ea) -> bool
|
|
"bool" | set_range (self, "ea_t" ea1, "ea_t" ea2) |
| set_range(self, ea1, ea2) -> bool
|
|
"range_t const &" | chunk (self) |
| chunk(self) -> range_t
|
|
"bool" | first (self) |
| first(self) -> bool
|
|
"bool" | last (self) |
| last(self) -> bool
|
|
"bool" | __next__ (self) |
| next(self) -> bool
|
|
"bool" | prev (self) |
| prev(self) -> bool
|
|
"bool" | main (self) |
| 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__()
◆ chunk()
"range_t const &" chunk |
( |
| self | ) |
|
◆ first()
◆ last()
◆ main()
◆ prev()
◆ set()
"bool" set |
( |
| self, |
|
|
* | args ) |
◆ set_ea()
"bool" set_ea |
( |
| self, |
|
|
"ea_t" | ea ) |
◆ set_range()
"bool" set_range |
( |
| self, |
|
|
"ea_t" | ea1, |
|
|
"ea_t" | ea2 ) |
◆ 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: