#include <Thread_Exit.h>
Collaboration diagram for ACE_Thread_Exit_Maybe:
Public Methods | |
ACE_Thread_Exit_Maybe (int flag=0) | |
Don't create an ACE_Thread_Exit instance by default. | |
~ACE_Thread_Exit_Maybe (void) | |
Destroys the underlying ACE_Thread_Exit instance if it exists. | |
ACE_Thread_Exit * | operator-> (void) const |
Delegates to underlying instance. | |
ACE_Thread_Exit * | instance (void) const |
Returns the underlying instance. | |
Private Attributes | |
ACE_Thread_Exit * | instance_ |
Holds the underlying instance. |
Allows the appearance of a "smart pointer", but is not always created.
|
Don't create an ACE_Thread_Exit instance by default.
|
|
Destroys the underlying ACE_Thread_Exit instance if it exists.
|
|
Returns the underlying instance.
|
|
Delegates to underlying instance.
|
|
Holds the underlying instance.
|