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
 
set(self, *args)
set(self, func_t _pfn, ea_t ea = BADADDR) -> bool
 
set_ea(self, *args)
set_ea(self, ea_t ea) -> bool
 
set_range(self, *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)

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

Class Variables
  thisown = _swig_property(lambda x: x.this.own(), lambda x, v: ...
  __swig_destroy__ = _idaapi.delete_func_tail_iterator_t
  __del__ = lambda self:
Properties

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

Returns: func_tail_iterator_t
Overrides: object.__init__

Class Variable Details

thisown

Value:
_swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc\
= 'The membership flag')