For maintaining a list of ACE_Cleanup_Info items.
More...
#include <Cleanup.h>
For maintaining a list of ACE_Cleanup_Info items.
For internal use by ACE_Object_Manager.
◆ ACE_Cleanup_Info_Node() [1/2]
ACE_Cleanup_Info_Node::ACE_Cleanup_Info_Node |
( |
void |
| ) |
|
◆ ACE_Cleanup_Info_Node() [2/2]
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::~ACE_Cleanup_Info_Node |
( |
void |
| ) |
|
◆ cleanup_hook()
◆ object()
void * ACE_Cleanup_Info_Node::object |
( |
void |
| ) |
|
|
inline |
◆ operator!=()
◆ operator==()
◆ param()
void * ACE_Cleanup_Info_Node::param |
( |
void |
| ) |
|
|
inline |
◆ ACE_ALLOC_HOOK_DECLARE
ACE_Cleanup_Info_Node::ACE_ALLOC_HOOK_DECLARE |
◆ cleanup_hook_
Cleanup hook that gets called back.
◆ name_
const char* ACE_Cleanup_Info_Node::name_ |
|
private |
Name of the cleanup object.
◆ object_
void* ACE_Cleanup_Info_Node::object_ |
|
private |
Point to object that gets passed into the <cleanup_hook_>.
◆ param_
void* ACE_Cleanup_Info_Node::param_ |
|
private |
Parameter passed to the <cleanup_hook_>.
The documentation for this class was generated from the following files: