tango v1.0.0+2.066 (2014-08-19T00:10:20Z)
Home
Dub
Repo
DIR
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
DIR
struct
DIR
struct
DIR
struct
DIR
version(!linux && !darwin && !FreeBSD && solaris)
extern (
C
)
struct
DIR {
int
d_fd
;
int
d_loc
;
int
d_size
;
char
*
d_buf
;
}
Members
Variables
d_buf
char
*
d_buf
;
Undocumented in source.
d_fd
int
d_fd
;
Undocumented in source.
d_loc
int
d_loc
;
Undocumented in source.
d_size
int
d_size
;
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