FreeNOS
|
A type representing a directory stream. More...
#include <dirent.h>
Data Fields | |
int | fd |
File descriptor returned by opendir(). More... | |
struct dirent * | buffer |
Input buffer. More... | |
Size | current |
Index of the current dirent. More... | |
Size | count |
Number of direct structures in the buffer. More... | |
bool | eof |
End-of-file reached? More... | |
A type representing a directory stream.
struct dirent* DIR::buffer |
Input buffer.
Definition at line 100 of file dirent.h.
Referenced by closedir(), opendir(), and readdir().
Size DIR::count |
Size DIR::current |
bool DIR::eof |
int DIR::fd |