#include "ace/pre.h"
#include "ace/Synch.h"
#include "ace/post.h"
Include dependency graph for Singleton.h:
This graph shows which files directly or indirectly include this file:
Compounds | |
class | ACE_Singleton |
A Singleton Adapter uses the Adapter pattern to turn ordinary classes into Singletons optimized with the Double-Checked Locking optimization pattern. More... | |
class | ACE_TSS_Singleton |
This class uses the Adapter pattern to turn ordinary classes into Thread-specific Singletons optimized with the Double-Checked Locking optimization pattern. More... | |
class | ACE_Unmanaged_Singleton |
Same as <ACE_Singleton>, except does _not_ register with <ACE_Object_Manager> for destruction. More... | |
class | ACE_Unmanaged_TSS_Singleton |
Same as <ACE_TSS_Singleton>, except does _not_ register with <ACE_Object_Manager> for destruction. More... |
Singleton.h,v 4.35 2001/12/31 15:53:52 schmidt Exp