PTLib
Version 2.14.3
|
#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 | |
Protected Member Functions | |
void | Construct () |
Protected Attributes | |
SOCKET | max_fd |
fd_set * | set |
P_fd_set::P_fd_set | ( | ) |
P_fd_set::P_fd_set | ( | SOCKET | fd | ) |
|
inline |
References free.
|
protected |
PBoolean P_fd_set::IsPresent | ( | SOCKET | fd | ) | 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 | ( | ) |
|
protected |
|
protected |