PTLib  Version 2.18.8
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
P_fd_set Class Reference

#include <channel.h>

Public Member Functions

 P_fd_set ()
 
 P_fd_set (intptr_t fd)
 
 ~P_fd_set ()
 
P_fd_setoperator= (intptr_t fd)
 
P_fd_setoperator+= (intptr_t fd)
 
P_fd_setoperator-= (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
 

Constructor & Destructor Documentation

P_fd_set::P_fd_set ( )
P_fd_set::P_fd_set ( intptr_t  fd)
P_fd_set::~P_fd_set ( )
inline

References free, and set.

Member Function Documentation

void P_fd_set::Construct ( )
protected
PBoolean P_fd_set::IsPresent ( intptr_t  fd) const
P_fd_set::operator fd_set * ( ) 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 ( )

Member Data Documentation

intptr_t P_fd_set::max_fd
protected
fd_set* P_fd_set::set
protected

Referenced by operator fd_set *(), and ~P_fd_set().


The documentation for this class was generated from the following file: