Module idaapi :: Class func_tail_iterator_t
[frames] | no frames]

Class func_tail_iterator_t

object --+
         |
        func_tail_iterator_t

Proxy of C++ func_tail_iterator_t class

Instance Methods
 
__repr__(self)
repr(x)
func_tail_iterator_t
__init__(self)
__init__(self, func_t pfn, ea_t ea=BADADDR) -> func_tail_iterator_t __init__(self, func_t pfn) -> func_tail_iterator_t
 
set(*args)
set(self, func_t pfn, ea_t ea=BADADDR) -> bool set(self, func_t pfn) -> bool
 
set_ea(*args)
set_ea(self, ea_t ea) -> bool
 
set_range(*args)
set_range(self, ea_t ea1, ea_t ea2) -> bool
area_t
chunk(self)
bool
first(self)
bool
last(self)
bool
next(self)
bool
prev(self)
bool
main(self)
 
reset_func(*args)
reset_func(self, func_t _pfn)
 
__swig_destroy__(...)
delete_func_tail_iterator_t(func_tail_iterator_t self)
 
__del__(self)

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __str__

Properties
  thisown
The membership flag

Inherited from object: __class__

Method Details

__repr__(self)
(Representation operator)

 

repr(x)

Overrides: object.__repr__
(inherited documentation)

__init__(self)
(Constructor)

 

__init__(self, func_t pfn, ea_t ea=BADADDR) -> func_tail_iterator_t __init__(self, func_t pfn) -> func_tail_iterator_t

Returns: func_tail_iterator_t
Overrides: object.__init__

Property Details

thisown

The membership flag

Get Method:
unreachable(x)
Set Method:
unreachable(x, v)