#include <Thread_Manager.h>
Inheritance diagram for ACE_At_Thread_Exit:


Public Member Functions | |
| ACE_At_Thread_Exit (void) | |
| Default constructor.   | |
| virtual | ~ACE_At_Thread_Exit (void) | 
| The destructor.   | |
| int | is_owner (void) const | 
| <At_Thread_Exit> has the ownership?   | |
| int | is_owner (int owner) | 
| Set the ownership of the <At_Thread_Exit>.   | |
| int | was_applied (void) const | 
| This <At_Thread_Exit> was applied?   | |
| int | was_applied (int applied) | 
| Set applied state of <At_Thread_Exit>.   | |
Protected Member Functions | |
| void | do_apply (void) | 
| Do the apply if necessary.   | |
| virtual void | apply (void)=0 | 
| The apply method.   | |
Protected Attributes | |
| ACE_At_Thread_Exit * | next_ | 
| The next <At_Thread_Exit> hook in the list.   | |
| ACE_Thread_Descriptor * | td_ | 
| The Thread_Descriptor where this at is registered.   | |
| int | was_applied_ | 
| The at was applied?   | |
| int | is_owner_ | 
| The at has the ownership of this?   | |
Friends | |
| class | ACE_Thread_Descriptor | 
| class | ACE_Thread_Manager | 
| ACE_BEGIN_VERSIONED_NAMESPACE_DECL ACE_INLINE ACE_At_Thread_Exit::ACE_At_Thread_Exit | ( | void | ) | 
Default constructor.
| ACE_BEGIN_VERSIONED_NAMESPACE_DECL ACE_At_Thread_Exit::~ACE_At_Thread_Exit | ( | void | ) |  [virtual] | 
        
The destructor.
| virtual void ACE_At_Thread_Exit::apply | ( | void | ) |  [protected, pure virtual] | 
        
| ACE_INLINE void ACE_At_Thread_Exit::do_apply | ( | void | ) |  [protected] | 
        
Do the apply if necessary.
| ACE_INLINE int ACE_At_Thread_Exit::is_owner | ( | int | owner | ) | 
Set the ownership of the <At_Thread_Exit>.
| ACE_INLINE int ACE_At_Thread_Exit::is_owner | ( | void | ) | const | 
<At_Thread_Exit> has the ownership?
| ACE_INLINE int ACE_At_Thread_Exit::was_applied | ( | int | applied | ) | 
Set applied state of <At_Thread_Exit>.
| ACE_INLINE int ACE_At_Thread_Exit::was_applied | ( | void | ) | const | 
This <At_Thread_Exit> was applied?
friend class ACE_Thread_Descriptor [friend]           | 
        
friend class ACE_Thread_Manager [friend]           | 
        
int ACE_At_Thread_Exit::is_owner_ [protected]           | 
        
The at has the ownership of this?
ACE_At_Thread_Exit* ACE_At_Thread_Exit::next_ [protected]           | 
        
The next <At_Thread_Exit> hook in the list.
ACE_Thread_Descriptor* ACE_At_Thread_Exit::td_ [protected]           | 
        
The Thread_Descriptor where this at is registered.
int ACE_At_Thread_Exit::was_applied_ [protected]           | 
        
The at was applied?
 1.4.7-1