Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

ACE_Cleanup_Info Class Reference

Hold cleanup information for thread/process. More...

#include <Cleanup.h>

List of all members.

Public Methods

 ACE_Cleanup_Info (void)
 Default constructor.

int operator== (const ACE_Cleanup_Info &o) const
 Equality operator.

int 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_>.


Detailed Description

Hold cleanup information for thread/process.


Constructor & Destructor Documentation

ACE_Cleanup_Info::ACE_Cleanup_Info void   
 

Default constructor.


Member Function Documentation

int ACE_Cleanup_Info::operator!= const ACE_Cleanup_Info &    o const
 

Inequality operator.

int ACE_Cleanup_Info::operator== const ACE_Cleanup_Info &    o const
 

Equality operator.


Member Data Documentation

ACE_CLEANUP_FUNC ACE_Cleanup_Info::cleanup_hook_
 

Cleanup hook that gets called back.

void* ACE_Cleanup_Info::object_
 

Point to object that gets passed into the <cleanup_hook_>.

void* ACE_Cleanup_Info::param_
 

Parameter passed to the <cleanup_hook_>.


The documentation for this class was generated from the following files:
Generated on Fri Apr 2 16:47:34 2004 for ACE by doxygen1.2.18