#include <Cleanup.h>
Public Methods | |
ACE_Cleanup_Info (void) | |
Default constructor. | |
int | operator== (const ACE_Cleanup_Info &o) const |
Equality operator. | |
int | operator!= (const ACE_Cleanup_Info &o) const |
Inequality operator. | |
Public 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_>. |
|
Default constructor.
|
|
Inequality operator.
|
|
Equality operator.
|
|
Cleanup hook that gets called back.
|
|
Point to object that gets passed into the <cleanup_hook_>.
|
|
Parameter passed to the <cleanup_hook_>.
|