PTLib  Version 2.10.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
PSocket::SelectList Class Reference

List of sockets used for Select() function. More...

#include <socket.h>

Public Member Functions

 SelectList ()
void operator+= (PSocket &sock)
 Add a socket to list .
void operator-= (PSocket &sock)
 Remove a socket from list .

Detailed Description

List of sockets used for Select() function.

Constructor & Destructor Documentation

PSocket::SelectList::SelectList ( )
inline

Member Function Documentation

void PSocket::SelectList::operator+= ( PSocket sock)
inline

Add a socket to list .

Parameters
sockSocket to add.
void PSocket::SelectList::operator-= ( PSocket sock)
inline

Remove a socket from list .

Parameters
sockSocket to remove.

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