#include <socket.h>
Public Member Functions | |
SelectList () | |
void | operator+= (PSocket &sock) |
void | operator-= (PSocket &sock) |
PSocket::SelectList::SelectList | ( | ) | [inline] |
void PSocket::SelectList::operator+= | ( | PSocket & | sock | ) | [inline] |
Add a socket to list .
sock | Socket to add. |
void PSocket::SelectList::operator-= | ( | PSocket & | sock | ) | [inline] |
Remove a socket from list .
sock | Socket to remove. |