ACE
6.1.0
|
Maintains generated dispatch information for Timer nodes. More...
#include <Timer_Queue_Iterator.h>
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. |
Maintains generated dispatch information for Timer nodes.
const void* ACE_Timer_Node_Dispatch_Info_T< TYPE >::act_ |
Asynchronous completion token associated with the timer.
int ACE_Timer_Node_Dispatch_Info_T< TYPE >::recurring_timer_ |
Flag to check if the timer is recurring.
TYPE ACE_Timer_Node_Dispatch_Info_T< TYPE >::type_ |
The type of object held in the queue.