tango v1.0.0+2.066 (2014-08-19T00:10:20Z)
Home
Dub
Repo
dirent
tango
stdc
posix
dirent
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
struct
dirent
struct
dirent
version(!linux && darwin)
extern (
C
)
struct
dirent {
ino_t
d_ino
;
ushort
d_reclen
;
ubyte
d_type
;
ubyte
d_namlen
;
char
[
256
]
d_name
;
}
struct
dirent
struct
dirent
Members
Variables
d_ino
ino_t
d_ino
;
Undocumented in source.
d_name
char
[
256
]
d_name
;
Undocumented in source.
d_namlen
ubyte
d_namlen
;
Undocumented in source.
d_reclen
ushort
d_reclen
;
Undocumented in source.
d_type
ubyte
d_type
;
Undocumented in source.
Meta
Source
See Implementation
tango
stdc
posix
dirent
aliases
readdir
readdir_r
enums
DT_UNKNOWN
functions
closedir
opendir
readdir64
readdir64_r
rewinddir
seekdir
telldir
structs
DIR
_telldir
dirent