dlib ~master (2021-07-06T21:20:15Z)
Home
Dub
Repo
StdPosixDirEntryRange.opApply
dlib
filesystem
stdposixdir
StdPosixDirEntryRange
Undocumented in source. Be warned that the author may not have intended to support it.
int
opApply
(int delegate(DirEntry) dg)
class
StdPosixDirEntryRange
int
opApply
(
scope
int
delegate
(
DirEntry
)
dg
)
int
opApply
(int delegate(size_t, DirEntry) dg)
Meta
Source
See Implementation
dlib
filesystem
stdposixdir
StdPosixDirEntryRange
constructors
this
functions
empty
front
getFileName
moveFront
opApply
popFront
readNextEntry
reset
variables
_empty
currentEntry
de
dir