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