#include <eventlist.h>
Inheritance diagram for CEventList:
Public Member Functions | |
| CEventList () | |
| ~CEventList () | |
| CEvents * | AddEntry (CEvents *events) |
| void | SetDone () REENTRANT( |
| int | GetDone () |
| int | GetNextTimeout (msec &sendTime) |
| void | GetFdSets (int &maxfds, fd_set &readfds, fd_set &writefds, fd_set &exceptfds) |
| int | GetCount () |
| int | HandleEvents (const int maxfds, const fd_set &readfds, const fd_set &writefds, const fd_set &exceptfds) |
| int | DoRetries (const msec &sendtime) |
| int | Done () |
Private Attributes | |
| CEventListElt | m_head |
| int | m_msgCount |
| int | m_done |
|
|
Definition at line 139 of file eventlist.h. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 159 of file eventlist.h. |
|
|
Definition at line 149 of file eventlist.h. |
|
||||||||||||||||||||
|
|
|
|
|
|
||||||||||||||||||||
|
|
|
|
Definition at line 146 of file eventlist.h. |
|
|
Definition at line 195 of file eventlist.h. |
|
|
Definition at line 193 of file eventlist.h. |
|
|
Definition at line 194 of file eventlist.h. |
1.3.2