#include <Timer_Queue_T.h>
Collaboration diagram for ACE_Timer_Node_Dispatch_Info_T< TYPE >:

Public Attributes | |
| TYPE | type_ |
| The type of object held in the queue. | |
| const void * | act_ |
| Asynchronous completion token associated with the timer. | |
| int | recurring_timer_ |
| Flag to check if the timer is recurring. | |
Definition at line 37 of file Timer_Queue_T.h.
|
|||||
|
Asynchronous completion token associated with the timer.
Definition at line 44 of file Timer_Queue_T.h. Referenced by ACE_Timer_Hash_T< TYPE, FUNCTOR, ACE_LOCK, BUCKET >::dispatch_info_i(), ACE_Timer_Hash_T< TYPE, FUNCTOR, ACE_LOCK, BUCKET >::expire(), ACE_Timer_Node_T< TYPE >::get_dispatch_info(), ACE_Timer_Queue_T< TYPE, FUNCTOR, ACE_LOCK >::postinvoke(), ACE_Timer_Queue_T< TYPE, FUNCTOR, ACE_LOCK >::preinvoke(), and ACE_Timer_Queue_T< TYPE, FUNCTOR, ACE_LOCK >::upcall(). |
|
|||||
|
Flag to check if the timer is recurring.
Definition at line 47 of file Timer_Queue_T.h. Referenced by ACE_Timer_Node_T< TYPE >::get_dispatch_info(), ACE_Timer_Queue_T< TYPE, FUNCTOR, ACE_LOCK >::postinvoke(), ACE_Timer_Queue_T< TYPE, FUNCTOR, ACE_LOCK >::preinvoke(), and ACE_Timer_Queue_T< TYPE, FUNCTOR, ACE_LOCK >::upcall(). |
|
|||||
|
The type of object held in the queue.
Definition at line 41 of file Timer_Queue_T.h. Referenced by ACE_Timer_Node_T< TYPE >::get_dispatch_info(), ACE_Timer_Queue_T< TYPE, FUNCTOR, ACE_LOCK >::postinvoke(), ACE_Timer_Queue_T< TYPE, FUNCTOR, ACE_LOCK >::preinvoke(), and ACE_Timer_Queue_T< TYPE, FUNCTOR, ACE_LOCK >::upcall(). |
1.3.6