|
IDA SDK
|
Directory entry: either a file or directory.
Public Attributes | |
| uval_t | idx |
| diridx_t or inode_t | |
| bool | isdir |
| is 'idx' a diridx_t, or an inode_t | |
Static Public Attributes | |
| static const uval_t | BADIDX = uval_t(-1) |
| static const uval_t | ROOTIDX = 0 |
Public Member Functions | |
| direntry_t (uval_t i=BADIDX, bool d=false) | |
| bool | valid () const |
| bool | operator== (const direntry_t &r) const |
| bool | operator!= (const direntry_t &r) const |
| bool | operator< (const direntry_t &r) const |