ACE 8.0.1
Loading...
Searching...
No Matches
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.
 

Detailed Description

Author
Douglas C. Schmidt d.sch.nosp@m.midt.nosp@m.@vand.nosp@m.erbi.nosp@m.lt.ed.nosp@m.u
Jesper S. M|llerstoph.nosp@m.ph@d.nosp@m.iku.d.nosp@m.k
and a cast of thousands...

Macro Definition Documentation

◆ ACE_CLEANUP_DESTROYER_NAME

#define ACE_CLEANUP_DESTROYER_NAME   ace_cleanup_destroyer

Typedef Documentation

◆ ACE_Cleanup_Info_Node_List

Function Documentation

◆ ACE_CLEANUP_DESTROYER_NAME()

void ACE_CLEANUP_DESTROYER_NAME ( ACE_Cleanup * object,
void * param = 0 )

Adapter for cleanup, used by ACE_Object_Manager.