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

Public Member Functions

 __init__ (self, *args)
 
bool set (self, *args)
 
bool set_ea (self, ida_idaapi.ea_t ea)
 
bool set_range (self, ida_idaapi.ea_t ea1, ida_idaapi.ea_t ea2)
 
'range_t const &' chunk (self)
 
bool first (self)
 
bool last (self)
 
bool __next__ (self)
 
bool prev (self)
 
bool main (self)
 
 __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 tails

◆ __next__()

bool __next__ ( self)

◆ chunk()

'range_t const &' chunk ( self)

◆ first()

bool first ( self)

◆ last()

bool last ( self)

◆ main()

bool main ( self)

◆ prev()

bool prev ( self)

◆ set()

bool set ( self,
* args )

◆ set_ea()

bool set_ea ( self,
ida_idaapi.ea_t ea )

◆ set_range()

bool set_range ( self,
ida_idaapi.ea_t ea1,
ida_idaapi.ea_t ea2 )

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: