PTLib
Version 2.18.8
|
List of sockets used for Select() function. More...
#include <socket.h>
Inherits PSocketList.
Public Member Functions | |
SelectList () | |
void | operator+= (PSocket &sock) |
Add a socket to list . More... | |
void | operator-= (PSocket &sock) |
Remove a socket from list . More... | |
List of sockets used for Select() function.
|
inline |
|
inline |
Add a socket to list .
sock | Socket to add. |
|
inline |
Remove a socket from list .
sock | Socket to remove. |