#include <socket.h>
Public Member Functions | |
P_fd_set () | |
P_fd_set (SOCKET fd) | |
~P_fd_set () | |
P_fd_set & | operator= (SOCKET fd) |
P_fd_set & | operator+= (SOCKET fd) |
P_fd_set & | operator-= (SOCKET fd) |
void | Zero () |
PBoolean | IsPresent (SOCKET fd) const |
operator fd_set * () const |
P_fd_set::P_fd_set | ( | ) |
P_fd_set::P_fd_set | ( | SOCKET | fd | ) |
P_fd_set::~P_fd_set | ( | ) | [inline] |
PBoolean P_fd_set::IsPresent | ( | SOCKET | fd | ) | const [inline] |
P_fd_set::operator fd_set * | ( | ) | const [inline] |
P_fd_set& P_fd_set::operator+= | ( | SOCKET | fd | ) |
P_fd_set& P_fd_set::operator-= | ( | SOCKET | fd | ) |
P_fd_set& P_fd_set::operator= | ( | SOCKET | fd | ) |
void P_fd_set::Zero | ( | ) |