IDAPython 9.0
Loading...
Searching...
No Matches
func_parent_iterator_t Class Reference

Proxy of C++ func_parent_iterator_t class.

Inheritance diagram for func_parent_iterator_t:

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")
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
* args )
Parameters
_fntfunc_t *

Member Function Documentation

◆ __iter__()

__iter__ ( self)

◆ __next__()

"bool" __next__ ( self)

◆ first()

"bool" first ( self)

◆ last()

"bool" last ( self)

◆ parent()

"ea_t" parent ( self)

◆ prev()

"bool" prev ( self)

◆ reset_fnt()

"void" reset_fnt ( self,
"func_t" _fnt )
Parameters
_fntfunc_t *

◆ set()

"bool" set ( self,
"func_t" _fnt )
Parameters
_fntfunc_t *

Member Data Documentation

◆ next

"bool" next = __next__
static

Property Documentation

◆ 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: