Proxy of C++ func_parent_iterator_t class.
|
| __init__ (self, *args) |
| init(self) -> func_parent_iterator_t init(self, _fnt) -> func_parent_iterator_t
|
|
"bool" | set (self, *args) |
| set(self, _fnt) -> bool
|
|
"ea_t" | parent (self, *args) |
| parent(self) -> ea_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
|
|
"void" | reset_fnt (self, *args) |
| reset_fnt(self, _fnt)
|
|
| __iter__ (self) |
| Provide an iterator on function parents.
|
|
|
| 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 ) |
◆ first()
"bool" first |
( |
| self, |
|
|
* | args ) |
◆ last()
"bool" last |
( |
| self, |
|
|
* | args ) |
◆ parent()
"ea_t" parent |
( |
| self, |
|
|
* | args ) |
◆ prev()
"bool" prev |
( |
| self, |
|
|
* | args ) |
◆ reset_fnt()
"void" reset_fnt |
( |
| self, |
|
|
* | args ) |
◆ set()
"bool" set |
( |
| 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: