#include <Thread_Manager.h>
Inheritance diagram for ACE_At_Thread_Exit_Func:
Public Methods | |
ACE_At_Thread_Exit_Func (void *object, ACE_CLEANUP_FUNC func, void *param=0) | |
virtual | ~ACE_At_Thread_Exit_Func (void) |
Protected Methods | |
void | apply (void) |
The apply method. More... | |
Protected Attributes | |
void * | object_ |
The object to be cleanup. More... | |
ACE_CLEANUP_FUNC | func_ |
The cleanup func. More... | |
void * | param_ |
A param if required. More... |
|
|
|
|
|
The apply method.
Reimplemented from ACE_At_Thread_Exit. |
|
The cleanup func.
|
|
The object to be cleanup.
|
|
A param if required.
|