tango v1.0.0+2.066 (2014-08-19T00:10:20Z)
Home
Dub
Repo
fd_set
tango
stdc
posix
sys
select
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
struct
fd_set
struct
fd_set
struct
fd_set
struct
fd_set
version(!linux && !darwin && !FreeBSD && solaris)
extern (
C
)
struct
fd_set {
__fd_mask
[(
FD_SETSIZE
+
FD_NFDBITS
-
1
) /
FD_NFDBITS
]
fds_bits
;
}
Members
Variables
fds_bits
__fd_mask
[(
FD_SETSIZE
+
FD_NFDBITS
-
1
) /
FD_NFDBITS
]
fds_bits
;
Undocumented in source.
Meta
Source
See Implementation
tango
stdc
posix
sys
select
functions
FD_CLR
FD_ISSET
FD_SET
FD_ZERO
pselect
select
structs
fd_set
variables
FD_SETSIZE