ACE  6.0.7
Public Member Functions | Protected Attributes
ACE_Timer_Queue_Upcall_Base Class Reference

#include <Timer_Queue_T.h>

Inheritance diagram for ACE_Timer_Queue_Upcall_Base:
Inheritance graph
[legend]
Collaboration diagram for ACE_Timer_Queue_Upcall_Base:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 ACE_Timer_Queue_Upcall_Base (FUNCTOR *upcall_functor=0)
virtual ~ACE_Timer_Queue_Upcall_Base (void)
 Destructor.
FUNCTOR & upcall_functor (void)
 Accessor to the upcall functor.

Protected Attributes

FUNCTOR * upcall_functor_
 Upcall functor.
bool const delete_upcall_functor_
 To delete or not to delete is the question?

Detailed Description

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.


Constructor & Destructor Documentation

ACE_Timer_Queue_Upcall_Base::ACE_Timer_Queue_Upcall_Base ( FUNCTOR *  upcall_functor = 0) [explicit]
virtual ACE_Timer_Queue_Upcall_Base::~ACE_Timer_Queue_Upcall_Base ( void  ) [virtual]

Destructor.


Member Function Documentation

FUNCTOR& ACE_Timer_Queue_Upcall_Base::upcall_functor ( void  )

Accessor to the upcall functor.


Member Data Documentation

To delete or not to delete is the question?

Upcall functor.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines