#include <eventlist.h>
Definition at line 90 of file eventlist.h.
◆ ~CEvents()
virtual CEvents::~CEvents |
( |
| ) |
|
|
inlinevirtual |
◆ Done()
virtual int CEvents::Done |
( |
| ) |
|
|
pure virtual |
◆ DoRetries()
virtual int CEvents::DoRetries |
( |
const msec & |
sendtime | ) |
|
|
pure virtual |
◆ GetCount()
virtual int CEvents::GetCount |
( |
| ) |
|
|
pure virtual |
◆ GetFdSets()
virtual void CEvents::GetFdSets |
( |
int & |
maxfds, |
|
|
fd_set & |
readfds, |
|
|
fd_set & |
writefds, |
|
|
fd_set & |
exceptfds |
|
) |
| |
|
pure virtual |
◆ GetNextTimeout()
virtual int CEvents::GetNextTimeout |
( |
msec & |
sendTime | ) |
|
|
pure virtual |
◆ HandleEvents()
virtual int CEvents::HandleEvents |
( |
const int |
maxfds, |
|
|
const fd_set & |
readfds, |
|
|
const fd_set & |
writefds, |
|
|
const fd_set & |
exceptfds |
|
) |
| |
|
pure virtual |
The documentation for this class was generated from the following file: