IDA SDK
|
Class to enumerate all function parents sorted by addresses.
Enumeration is started with first() or last(). The loop may continue until the next() or prev() function returns false. The parent functions are always sorted by their addresses. The tail chunk is locked during the iteration.
Sample code:
Public Member Functions | |
func_parent_iterator_t (func_t *_fnt) | |
bool | set (func_t *_fnt) |
ea_t | parent (void) const |
bool | first (void) |
bool | last (void) |
bool | next (void) |
bool | prev (void) |
void | reset_fnt (func_t *_fnt) |