ACE  6.4.2
Public Member Functions | List of all members
ACE_Cleanup Class Reference

Base class for objects that are cleaned by ACE_Object_Manager. More...

#include <Cleanup.h>

Inheritance diagram for ACE_Cleanup:
Inheritance graph
[legend]

Public Member Functions

 ACE_Cleanup (void)
 No-op constructor. More...
 
virtual ~ACE_Cleanup (void)
 Destructor. More...
 
virtual void cleanup (void *param=0)
 Cleanup method that, by default, simply deletes itself. More...
 

Detailed Description

Base class for objects that are cleaned by ACE_Object_Manager.

Constructor & Destructor Documentation

ACE_Cleanup::ACE_Cleanup ( void  )
inline

No-op constructor.

ACE_Cleanup::~ACE_Cleanup ( void  )
virtual

Destructor.

Member Function Documentation

void ACE_Cleanup::cleanup ( void *  param = 0)
virtual

Cleanup method that, by default, simply deletes itself.

Reimplemented in ACE_TSS_Singleton< TYPE, ACE_LOCK >, and ACE_Singleton< TYPE, ACE_LOCK >.


The documentation for this class was generated from the following files: