IDAPython 9.0
Loading...
Searching...
No Matches
func_parent_iterator_t Class Reference
Inheritance diagram for func_parent_iterator_t:

Public Member Functions

 __init__ (self, *args)
 
bool set (self, 'func_t' _fnt)
 
ida_idaapi.ea_t parent (self)
 
bool first (self)
 
bool last (self)
 
bool __next__ (self)
 
bool prev (self)
 
None reset_fnt (self, 'func_t' _fnt)
 
 __iter__ (self)
 

Static Public Attributes

bool next = __next__
 

Properties

 thisown
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
* args )

Member Function Documentation

◆ __iter__()

__iter__ ( self)
Provide an iterator on function parents

◆ __next__()

bool __next__ ( self)

◆ first()

bool first ( self)

◆ last()

bool last ( self)

◆ parent()

ida_idaapi.ea_t parent ( self)

◆ prev()

bool prev ( self)

◆ reset_fnt()

None reset_fnt ( self,
'func_t' _fnt )

◆ set()

bool set ( self,
'func_t' _fnt )

Member Data Documentation

◆ next

bool next = __next__
static

Property Documentation

◆ thisown

thisown
static
Initial value:
= property(lambda x: x.this.own(), lambda x, v: x.this.own(v),
doc='The membership flag')

The documentation for this class was generated from the following file: