IDAPython 9.0
|
Proxy of C++ func_parent_iterator_t class.
Public Member Functions | |
__init__ (self, *args) | |
init(self) -> func_parent_iterator_t init(self, _fnt) -> func_parent_iterator_t | |
"bool" | set (self, "func_t" _fnt) |
set(self, _fnt) -> bool | |
"ea_t" | parent (self) |
parent(self) -> ea_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 | |
"void" | reset_fnt (self, "func_t" _fnt) |
reset_fnt(self, _fnt) | |
__iter__ (self) | |
Provide an iterator on function parents. | |
Static Public Attributes | |
"bool" | next = __next__ |
Properties | |
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") | |
__init__ | ( | self, | |
* | args ) |
_fnt | func_t * |
__iter__ | ( | self | ) |
"bool" __next__ | ( | self | ) |
"bool" first | ( | self | ) |
"bool" last | ( | self | ) |
"ea_t" parent | ( | self | ) |
"bool" prev | ( | self | ) |
"void" reset_fnt | ( | self, | |
"func_t" | _fnt ) |
_fnt | func_t * |
"bool" set | ( | self, | |
"func_t" | _fnt ) |
_fnt | func_t * |
|
static |
|
static |