#include <TAO_Singleton.h>
Inheritance diagram for TAO_TSS_Singleton< TYPE, ACE_LOCK >:
Public Member Functions | |
virtual void | cleanup (void *param=0) |
Static Public Member Functions | |
TYPE * | instance (void) |
Global access point to the Singleton. | |
void | dump (void) |
Dump the state of the object. | |
Protected Member Functions | |
TAO_TSS_Singleton (void) | |
Default constructor. | |
ACE_TSS_TYPE (TYPE) instance_ | |
Contained instance. | |
Static Protected Member Functions | |
TAO_TSS_Singleton< TYPE, ACE_LOCK > *& | instance_i (void) |
Get pointer to the TAO TSS Singleton instance. | |
Static Protected Attributes | |
TAO_TSS_Singleton< TYPE, ACE_LOCK > * | singleton_ = 0 |
Pointer to the Singleton (ACE_Cleanup) instance. | |
Private Member Functions | |
void | operator= (const TAO_TSS_Singleton< TYPE, ACE_LOCK > &) |
TAO_TSS_Singleton (const TAO_TSS_Singleton< TYPE, ACE_LOCK > &) |
TAO_Singletons are used by TAO to register TAO-specific singleton instances with the TAO_Object_Manager. This ensures that TAO singletons are isolated from ACE's Object_Manager, thus allowing TAO to be safely dynamically unloaded.
|
Default constructor.
|
|
|
|
Contained instance.
|
|
Cleanup method, used by <ace_cleanup_destroyer> to destroy the singleton. Reimplemented from ACE_Cleanup. |
|
Dump the state of the object.
|
|
Global access point to the Singleton.
|
|
Get pointer to the TAO TSS Singleton instance.
|
|
|
|
Pointer to the Singleton (ACE_Cleanup) instance.
|