Class StdWindowsDirEntryRange

class StdWindowsDirEntryRange
  : std.range.interfaces.InputRange!(dlib.filesystem.filesystem.DirEntry) ;

Constructors

NameDescription
this (cwstr)

Fields

NameTypeDescription
_empty bool
findData core.sys.windows.winbase.WIN32_FIND_DATAW
frontEntry DirEntry
hFind void*
initialized bool
path wchar*

Methods

NameDescription
advance ()
close ()
empty ()
front ()
moveFront ()
opApply (dg)
opApply (dg)
popFront ()
reset ()

Aliases

NameDescription
__xdtor