Public Member Functions | |
this (uint max) | |
this () | |
void | reset () |
void | add (socket_t s) |
void | add (Socket s) |
void | remove (socket_t s) |
void | remove (Socket s) |
int | isSet (socket_t s) |
int | isSet (Socket s) |
uint | max () |
fd_set * | toFd_set () |
Private Attributes | |
uint | nbytes |
byte * | buf |
Classes | |
class | VersionPosix |
class | VersionWin32 |
|
|
|
|
|
Definition at line 2070 of file Socket.d. Referenced by SocketConduit::read(). |
|
Definition at line 2092 of file Socket.d. Referenced by SocketConduit::read(). |
|
|
|
|
|
Definition at line 2168 of file Socket.d. References version. |
|
|
|
|
|
max sockets that can be added, like FD_SETSIZE Definition at line 2223 of file Socket.d. Referenced by remove(). |
|
|
|
Definition at line 1962 of file Socket.d. Referenced by SocketSet::VersionPosix::fdelt(), and this(). |
|
Definition at line 1963 of file Socket.d. Referenced by SocketSet::VersionPosix::fdelt(), SocketSet::VersionPosix::first(), and this(). |