#include <events.h>
Inheritance diagram for ICQ2000::SocketEvent::
Public Types | |
enum | Mode { READ = 1 << 0, WRITE = 1 << 1, EXCEPTION = 1 << 2 } |
enum of the different modes of selecting on the socket. | |
Public Methods | |
SocketEvent (int fd) | |
Base constructor for socket events. More... | |
virtual | ~SocketEvent () |
Destructor for SocketEvent. | |
int | getSocketHandle () const |
get the socket file descriptor. More... |
|
Base constructor for socket events.
|
|
get the socket file descriptor.
|