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=ea_t(-1)) -> func_item_iterator_t
 
set(*args)
set(self, func_t pfn, ea_t _ea=ea_t(-1)) -> bool
 
reset_func(*args)
reset_func(self, func_t pfn)
 
set_range(*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(*args)
next(self, func, void ud) -> bool
 
prev(*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(*args)
decode_preceding_insn(self, eavec_t visited, bool p_farref) -> bool
 
__swig_destroy__(...)
delete_func_item_iterator_t(func_item_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=ea_t(-1)) -> func_item_iterator_t

Returns: func_item_iterator_t
Overrides: object.__init__

Property Details

thisown

The membership flag

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