StdPosixDirEntryRange

Undocumented in source.

Constructors

this
this(DIR* dir)
Undocumented in source.

Members

Functions

empty
bool empty()
Undocumented in source. Be warned that the author may not have intended to support it.
front
DirEntry front()
Undocumented in source. Be warned that the author may not have intended to support it.
getFileName
string getFileName(dirent* d)
Undocumented in source. Be warned that the author may not have intended to support it.
moveFront
DirEntry moveFront()
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(DirEntry) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(size_t, DirEntry) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
void popFront()
Undocumented in source. Be warned that the author may not have intended to support it.
readNextEntry
void readNextEntry()
Undocumented in source. Be warned that the author may not have intended to support it.
reset
void reset()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_empty
bool _empty;
Undocumented in source.
currentEntry
DirEntry currentEntry;
Undocumented in source.
de
dirent* de;
Undocumented in source.
dir
DIR* dir;
Undocumented in source.

Meta