PTLib
Version 2.18.8
|
#include <channel.h>
Public Member Functions | |
P_fd_set () | |
P_fd_set (intptr_t fd) | |
~P_fd_set () | |
P_fd_set & | operator= (intptr_t fd) |
P_fd_set & | operator+= (intptr_t fd) |
P_fd_set & | operator-= (intptr_t fd) |
void | Zero () |
PBoolean | IsPresent (intptr_t fd) const |
operator fd_set * () const | |
Protected Member Functions | |
void | Construct () |
Protected Attributes | |
intptr_t | max_fd |
fd_set * | set |
P_fd_set::P_fd_set | ( | ) |
P_fd_set::P_fd_set | ( | intptr_t | fd | ) |
|
protected |
PBoolean P_fd_set::IsPresent | ( | intptr_t | fd | ) | const |
|
inline |
References set.
P_fd_set& P_fd_set::operator+= | ( | intptr_t | fd | ) |
P_fd_set& P_fd_set::operator-= | ( | intptr_t | fd | ) |
P_fd_set& P_fd_set::operator= | ( | intptr_t | fd | ) |
void P_fd_set::Zero | ( | ) |
|
protected |
|
protected |
Referenced by operator fd_set *(), and ~P_fd_set().