Module ida_funcs :: 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
func_item_iterator_t
__init__(self)
__init__(self, pfn, _ea=BADADDR) -> func_item_iterator_t
bool
__next__(self, func, ud)
 
__repr__(self)
repr(x)
 
__swig_destroy__(self)
range_t
chunk(self)
ea_t
current(self)
bool
decode_preceding_insn(self, visited, p_farref, out)
bool
decode_prev_insn(self, out)
bool
first(self)
bool
last(self)
bool
next(self, func, ud)
bool
next_addr(self)
bool
next_code(self)
bool
next_data(self)
bool
next_head(self)
bool
next_not_tail(self)
bool
prev(self, func, ud)
bool
prev_addr(self)
bool
prev_code(self)
bool
prev_data(self)
bool
prev_head(self)
bool
prev_not_tail(self)
bool
set(self, pfn, _ea=BADADDR)
bool
set_range(self, ea1, ea2)

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

Properties
  thisown
The membership flag

Inherited from object: __class__

Method Details

__init__(self)
(Constructor)

 

__init__(self, pfn, _ea=BADADDR) -> func_item_iterator_t

Returns: func_item_iterator_t
Overrides: object.__init__

__repr__(self)
(Representation operator)

 

repr(x)

Overrides: object.__repr__
(inherited documentation)

Property Details

thisown

The membership flag

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