Classes | Defines | 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...

Defines

#define ACE_CLEANUP_DESTROYER_NAME   ace_cleanup_destroyer

Typedefs

typedef ACE_Intrusive_List
< ACE_Cleanup_Info_Node
ACE_Cleanup_Info_Node_List

Functions

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

Detailed Description

Id:
Cleanup.h 84163 2009-01-15 07:57:27Z johnnyw
Author:
Douglas C. Schmidt <schmidt@cs.wustl.edu>
Jesper S. M|ller<stophph@diku.dk>
and a cast of thousands...

Originally in OS.h.


Define Documentation

#define ACE_CLEANUP_DESTROYER_NAME   ace_cleanup_destroyer

Typedef Documentation


Function Documentation

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

Adapter for cleanup, used by ACE_Object_Manager.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines