IDA SDK
|
A visitor, for use with dirtree_t::traverse.
Public Member Functions | |
virtual ssize_t | visit (const dirtree_cursor_t &c, const direntry_t &de)=0 |
Will be called for each entry in the dirtree_t If something other than 0 is returned, iteration will stop. More... | |
|
pure virtual |
Will be called for each entry in the dirtree_t If something other than 0 is returned, iteration will stop.
c | the current cursor |
de | the current entry |