Contains a method to be applied when a thread is terminated.
More...
#include <Thread_Manager.h>
|
void | do_apply () |
| Do the apply if necessary.
|
|
virtual void | apply ()=0 |
| The apply method.
|
|
Contains a method to be applied when a thread is terminated.
◆ ACE_At_Thread_Exit()
ACE_At_Thread_Exit::ACE_At_Thread_Exit |
( |
| ) |
|
|
inline |
◆ ~ACE_At_Thread_Exit()
ACE_At_Thread_Exit::~ACE_At_Thread_Exit |
( |
| ) |
|
|
virtual |
◆ apply()
virtual void ACE_At_Thread_Exit::apply |
( |
| ) |
|
|
protectedpure virtual |
◆ do_apply()
void ACE_At_Thread_Exit::do_apply |
( |
| ) |
|
|
inlineprotected |
Do the apply if necessary.
◆ is_owner() [1/2]
bool ACE_At_Thread_Exit::is_owner |
( |
| ) |
const |
|
inline |
At_Thread_Exit has the ownership?
◆ is_owner() [2/2]
bool ACE_At_Thread_Exit::is_owner |
( |
bool |
owner | ) |
|
|
inline |
Set the ownership of the At_Thread_Exit.
◆ was_applied() [1/2]
bool ACE_At_Thread_Exit::was_applied |
( |
| ) |
const |
|
inline |
This At_Thread_Exit was applied?
◆ was_applied() [2/2]
bool ACE_At_Thread_Exit::was_applied |
( |
bool |
applied | ) |
|
|
inline |
Set applied state of At_Thread_Exit.
◆ ACE_Thread_Descriptor
◆ ACE_Thread_Manager
◆ is_owner_
bool ACE_At_Thread_Exit::is_owner_ |
|
protected |
The at has the ownership of this?
◆ next_
The next At_Thread_Exit hook in the list.
◆ td_
The Thread_Descriptor where this at is registered.
◆ was_applied_
bool ACE_At_Thread_Exit::was_applied_ |
|
protected |
The documentation for this class was generated from the following files: