#include <Cleanup.h>
Public Member Functions | |
| ACE_Cleanup_Info (void) | |
| Default constructor.   | |
| bool | operator== (const ACE_Cleanup_Info &o) const | 
| Equality operator.   | |
| bool | operator!= (const ACE_Cleanup_Info &o) const | 
| Inequality operator.   | |
Public Attributes | |
| void * | object_ | 
| Point to object that gets passed into the <cleanup_hook_>.   | |
| ACE_CLEANUP_FUNC | cleanup_hook_ | 
| Cleanup hook that gets called back.   | |
| void * | param_ | 
| Parameter passed to the <cleanup_hook_>.   | |
      
  | 
  
| 
 Default constructor. 
  | 
  
      
  | 
  
| 
 Inequality operator. 
  | 
  
      
  | 
  
| 
 Equality operator. 
  | 
  
      
  | 
  
| 
 Cleanup hook that gets called back. 
  | 
  
      
  | 
  
| 
 Point to object that gets passed into the <cleanup_hook_>. 
  | 
  
      
  | 
  
| 
 Parameter passed to the <cleanup_hook_>. 
  | 
  
 1.3.9.1