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

Class func_item_iterator_t

object --+
         |
        func_item_iterator_t

Proxy of C++ func_item_iterator_t class

Instance Methods
 
__repr__(self)
repr(x)
func_item_iterator_t
__init__(self)
__init__(self, func_t pfn, ea_t ea = BADADDR) -> func_item_iterator_t
 
set(self, *args)
set(self, func_t pfn, ea_t _ea = BADADDR) -> bool
 
set_range(self, *args)
set_range(self, ea_t ea1, ea_t ea2) -> bool
bool
first(self)
bool
last(self)
ea_t
current(self)
area_t
chunk(self)
 
next(self, *args)
next(self, func, void ud) -> bool
 
prev(self, *args)
prev(self, func, void ud) -> bool
bool
next_addr(self)
bool
next_head(self)
bool
next_code(self)
bool
next_data(self)
bool
next_not_tail(self)
bool
prev_addr(self)
bool
prev_head(self)
bool
prev_code(self)
bool
prev_data(self)
bool
prev_not_tail(self)
bool
decode_prev_insn(self)
 
decode_preceding_insn(self, *args)
decode_preceding_insn(self, eavec_t visited, bool p_farref) -> bool

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_item_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_item_iterator_t

Returns: func_item_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')