|
| enum | Type { tRegular
, tSymlink
, tDirectory
, tMisc
} |
|
typedef std::optional< Type > | DirEntry |
|
typedef std::map< std::string, DirEntry > | DirEntries |
◆ Type
| Enumerator |
|---|
| tMisc | Any other node types that may be encountered on the file system, such as device nodes, sockets, named pipe, and possibly even more exotic things.
Responsible for "unknown" from builtins.readFileType "/dev/null".
Unlike DT_UNKNOWN, this must not be used for deferring the lookup of types.
|
The documentation for this struct was generated from the following file: