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

Proxy of C++ func_tail_iterator_t class.

Inheritance diagram for func_tail_iterator_t:

Public Member Functions

 __init__ (self, *args)
 init(self) -> func_tail_iterator_t init(self, _pfn, ea=BADADDR) -> func_tail_iterator_t
 
"bool" set (self, *args)
 set(self, _pfn, ea=BADADDR) -> bool
 
"bool" set_ea (self, "ea_t" ea)
 set_ea(self, ea) -> bool
 
"bool" set_range (self, "ea_t" ea1, "ea_t" ea2)
 set_range(self, ea1, ea2) -> bool
 
"range_t const &" chunk (self)
 chunk(self) -> range_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
 
"bool" main (self)
 main(self) -> bool
 
 __iter__ (self)
 Provide an iterator on function tails.
 

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
_pfnfunc_t *
eaea_t

Member Function Documentation

◆ __iter__()

__iter__ ( self)

◆ __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 )
Parameters
_pfnfunc_t *
eaea_t

◆ set_ea()

"bool" set_ea ( self,
"ea_t" ea )
Parameters
eaea_t

◆ set_range()

"bool" set_range ( self,
"ea_t" ea1,
"ea_t" ea2 )
Parameters
ea1ea_t
ea2ea_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: