Nix  2.93.0-dev
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
Loading...
Searching...
No Matches
nix::DirEntry Struct Reference

#include <file-system.hh>

Collaboration diagram for nix::DirEntry:
[legend]

Public Member Functions

 DirEntry (std::string name, ino_t ino, unsigned char type)
 

Public Attributes

std::string name
 
ino_t ino
 
unsigned char type
 

Detailed Description

Read the contents of a directory. The entries . and .. are removed.

Member Data Documentation

◆ type

unsigned char nix::DirEntry::type

one of DT_*


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