Latest available version: IDA and decompilers v8.4.240320sp1 see all releases
Hex-Rays logo State-of-the-art binary code analysis tools
email icon

Directory entry: either a file or directory. More...

#include <dirtree.hpp>

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
 

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
 

Detailed Description

Directory entry: either a file or directory.


The documentation for this struct was generated from the following file: