#include <usertimeout.h>
Inheritance diagram for CUTEventQueue:
Public Member Functions | |
| CUTEventQueue (EventListHolder *holder) | |
| ~CUTEventQueue () | |
| UtId | AddEntry (const msec &timeout, const ut_callback callBack, const void *callData) |
| CUTEvent * | GetEntry (const UtId uniqueId) |
| void | DeleteEntry (const UtId uniqueId) |
| UtId | MakeId () |
| CUTEvent * | GetNextTimeoutEntry () |
| int | GetNextTimeout (msec &timeout) |
| void | GetFdSets (int &, fd_set &, fd_set &, fd_set &) |
| int | GetCount () |
| int | HandleEvents (const int, const fd_set &, const fd_set &, const fd_set &) |
| int | DoRetries (const msec &sendtime) |
| int | Done () |
Protected Attributes | |
| CUTEventQueueElt | m_head |
| int | m_msgCount |
| UtId | m_id |
| EventListHolder * | my_holder |
|
|
Definition at line 132 of file usertimeout.h. |
|
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
Implements CEvents. Definition at line 164 of file usertimeout.h. |
|
|
Implements CEvents. |
|
|
Implements CEvents. Definition at line 154 of file usertimeout.h. |
|
|
|
|
||||||||||||||||||||
|
Implements CEvents. Definition at line 150 of file usertimeout.h. |
|
|
Implements CEvents. |
|
|
|
|
||||||||||||||||||||
|
Implements CEvents. Definition at line 156 of file usertimeout.h. |
|
|
|
|
|
Definition at line 191 of file usertimeout.h. |
|
|
Definition at line 193 of file usertimeout.h. |
|
|
Definition at line 192 of file usertimeout.h. |
|
|
Definition at line 194 of file usertimeout.h. |
1.3.2