ACE  6.4.0
Classes | Macros | Typedefs | Functions
Cleanup.h File Reference
#include "ace/config-lite.h"
#include "ace/Intrusive_List.h"
#include "ace/Intrusive_List_Node.h"

Classes

class  ACE_Cleanup
 Base class for objects that are cleaned by ACE_Object_Manager. More...
 
class  ACE_Cleanup_Info_Node
 For maintaining a list of ACE_Cleanup_Info items. More...
 
class  ACE_OS_Exit_Info
 Hold Object Manager cleanup (exit) information. More...
 

Macros

#define ACE_CLEANUP_DESTROYER_NAME   ace_cleanup_destroyer
 

Typedefs

typedef ACE_Intrusive_List< ACE_Cleanup_Info_NodeACE_Cleanup_Info_Node_List
 

Functions

void ACE_CLEANUP_DESTROYER_NAME (ACE_Cleanup *, void *param=0)
 Adapter for cleanup, used by ACE_Object_Manager. More...
 

Detailed Description

Author
Douglas C. Schmidt schmi.nosp@m.dt@c.nosp@m.s.wus.nosp@m.tl.e.nosp@m.du
Jesper S. M|llerstoph.nosp@m.ph@d.nosp@m.iku.d.nosp@m.k
and a cast of thousands...

Originally in OS.h.

Macro Definition Documentation

#define ACE_CLEANUP_DESTROYER_NAME   ace_cleanup_destroyer

Typedef Documentation

Function Documentation

void ACE_CLEANUP_DESTROYER_NAME ( ACE_Cleanup ,
void *  param = 0 
)

Adapter for cleanup, used by ACE_Object_Manager.