|
IDA SDK
|
Position in the directory tree.
Public Attributes | |
| diridx_t | parent |
| the parent directory | |
| size_t | rank |
| the index into the parent directory | |
| return | |
Public Member Functions | |
| dirtree_cursor_t (diridx_t _parent=direntry_t::BADIDX, size_t _rank=size_t(-1)) | |
| bool | valid () const |
| bool | is_root_cursor () const |
| void | set_root_cursor (void) |
| if (parent > r.parent) return 1 | |
| if (rank< r.rank) return -1 | |
| if (rank > r.rank) return 1 | |
Static Public Member Functions | |
| static dirtree_cursor_t | root_cursor () |