StdWindowsDirEntryRange

Undocumented in source.

Constructors

this
this(wchar* cwstr)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

advance
bool advance()
Undocumented in source. Be warned that the author may not have intended to support it.
close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
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.
moveFront
DirEntry moveFront()
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.
opApply
int opApply(int delegate(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.
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.
findData
WIN32_FIND_DATAW findData;
Undocumented in source.
frontEntry
DirEntry frontEntry;
Undocumented in source.
hFind
HANDLE hFind;
Undocumented in source.
initialized
bool initialized;
Undocumented in source.
path
wchar* path;
Undocumented in source.

Meta