A single directory entry as returned from DirStream::nextEntry().
auto isDotEntry() const
Returns whether this entry is a "dot file entry" i.e. "." or "..".
Inode inode() const
Returns the inode of the directory entry.
Type
Strong enum type expressing the dir entry file type.
auto type() const
Returns the file type of this directory entry.
DirPos
strong type for representing directory stream positions
DirPos dirPos() const
Returns the position of this entry in its associated DirStream object.
size_t nameLength() const
Returns the length of the directory entry name.