#include <tmoutlst.h>
Static Public Methods | |
| void | addTimeout (Timeout &newTimeout) |
| Add a timeout to the list. More... | |
| void | removeTimeout (Timeout &oldTimeout) |
| Remove a timeout from the list. More... | |
| void | destroyTimeout (Timeout &oldTimeout) |
| Remove a timeout from the list and then destroy it. More... | |
| void | runTimeouts () |
| Perform a single pass through the list invoking the 'run' method on each timeout currently in the list. More... | |
| unsigned | size () |
| TIListImp< Timeout > & | getList () |
Static Private Methods | |
| unsigned & | listSize () |
Provides a method that iterates through list 'running' each Timeout.
Definition at line 57 of file tmoutlst.h.
|
|
Add a timeout to the list.
Definition at line 52 of file tmoutlst.cpp. References _USEMYTRACE_. |
|
|
Remove a timeout from the list and then destroy it.
Definition at line 126 of file tmoutlst.cpp. References _USEMYTRACE_, and removeTimeout. Referenced by runTimeouts. |
|
|
Definition at line 174 of file tmoutlst.cpp. Referenced by removeTimeout, and runTimeouts. |
|
|
Definition at line 184 of file tmoutlst.cpp. Referenced by removeTimeout, and size. |
|
|
Remove a timeout from the list.
Definition at line 88 of file tmoutlst.cpp. References _USEMYTRACE_, getList, listSize, and size. Referenced by destroyTimeout. |
|
|
Perform a single pass through the list invoking the 'run' method on each timeout currently in the list.
Definition at line 143 of file tmoutlst.cpp. References destroyTimeout, and getList. |
|
|
Definition at line 166 of file tmoutlst.cpp. References listSize. Referenced by removeTimeout. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002