|
ACE 8.0.1
|
#include <Timer_Queue_T.h>


Protected Attributes | |
| FUNCTOR * | upcall_functor_ |
| Upcall functor. | |
| bool const | delete_upcall_functor_ |
| To delete or not to delete is the question? | |
Additional Inherited Members | |
Public Types inherited from ACE_Abstract_Timer_Queue< TYPE > | |
| typedef ACE_Timer_Queue_Iterator_T< TYPE > | ITERATOR |
| Type of Iterator. | |
Private Member Functions inherited from ACE_Copy_Disabled | |
| ACE_Copy_Disabled () | |
| Default constructor. | |
Common base class for all timer queues with the same time source policy. This is really motivated by a single use-case in the code, namely the ACE_Proactor needs to set a backpointer in the upcall functor.
|
inlineexplicit |
|
inlinevirtual |
Destructor.
|
inline |
Accessor to the upcall functor.
|
protected |
To delete or not to delete is the question?
|
protected |
Upcall functor.