For maintaining a list of ACE_Cleanup_Info items.
More...
#include <Cleanup.h>
Private 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_>.
|
const char * | name_ |
| Name of the cleanup object.
|
Detailed Description
For maintaining a list of ACE_Cleanup_Info items.
For internal use by ACE_Object_Manager.
Constructor & Destructor Documentation
ACE_Cleanup_Info_Node::ACE_Cleanup_Info_Node |
( |
void |
| ) |
|
ACE_Cleanup_Info_Node::ACE_Cleanup_Info_Node |
( |
void * |
object, |
|
|
ACE_CLEANUP_FUNC |
cleanup_hook, |
|
|
void * |
param, |
|
|
const char * |
name |
|
) |
| |
ACE_Cleanup_Info_Node::~ACE_Cleanup_Info_Node |
( |
void |
| ) |
|
Member Function Documentation
void * ACE_Cleanup_Info_Node::object |
( |
void |
| ) |
|
|
inline |
void * ACE_Cleanup_Info_Node::param |
( |
void |
| ) |
|
|
inline |
Member Data Documentation
Cleanup hook that gets called back.
const char* ACE_Cleanup_Info_Node::name_ |
|
private |
Name of the cleanup object.
void* ACE_Cleanup_Info_Node::object_ |
|
private |
Point to object that gets passed into the <cleanup_hook_>.
void* ACE_Cleanup_Info_Node::param_ |
|
private |
Parameter passed to the <cleanup_hook_>.
The documentation for this class was generated from the following files: