ACE_Reactor_Token_T< ACE_TOKEN_TYPE > Class Template ReferenceUsed as a synchronization mechanism to coordinate concurrent access to an ACE_Reactor_Impl object. More...
Collaboration diagram for ACE_Reactor_Token_T< ACE_TOKEN_TYPE >:
![]()
Detailed Descriptiontemplate<class ACE_TOKEN_TYPE>
Used as a synchronization mechanism to coordinate concurrent access to an ACE_Reactor_Impl object.
|
ACE_Reactor_Token_T< ACE_TOKEN_TYPE >::ACE_Reactor_Token_T | ( | ACE_Reactor_Impl & | r, | |
int | s_queue = ACE_TOKEN_TYPE::FIFO | |||
) | [inline] |
ACE_Reactor_Token_T< ACE_TOKEN_TYPE >::ACE_Reactor_Token_T | ( | int | s_queue = ACE_TOKEN_TYPE::FIFO |
) | [inline] |
ACE_Reactor_Token_T< ACE_TOKEN_TYPE >::~ACE_Reactor_Token_T | ( | void | ) | [inline, virtual] |
void ACE_Reactor_Token_T< ACE_TOKEN_TYPE >::sleep_hook | ( | void | ) | [inline, virtual] |
Called just before a token waiter goes to sleep.
ACE_Reactor_Impl & ACE_Reactor_Token_T< ACE_TOKEN_TYPE >::reactor | ( | void | ) | [inline] |
Get the reactor implementation.
void ACE_Reactor_Token_T< ACE_TOKEN_TYPE >::reactor | ( | ACE_Reactor_Impl & | reactor | ) | [inline] |
Set the reactor implementation.
ACE_BEGIN_VERSIONED_NAMESPACE_DECL void ACE_Reactor_Token_T< ACE_TOKEN_TYPE >::dump | ( | void | ) | const [inline, virtual] |
Dump the state of an object.
ACE_Reactor_Token_T< ACE_TOKEN_TYPE >::ACE_ALLOC_HOOK_DECLARE |
Declare the dynamic allocation hooks.
ACE_Reactor_Impl* ACE_Reactor_Token_T< ACE_TOKEN_TYPE >::reactor_ [private] |