Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

Singleton.h File Reference

#include "ace/config-all.h"
#include "ace/TSS_T.h"
#include "ace/Cleanup.h"
#include "ace/Singleton.inl"
#include "ace/Singleton.cpp"

Include dependency graph for Singleton.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Classes

class  ACE_Singleton< TYPE, ACE_LOCK >
 A Singleton Adapter uses the Adapter pattern to turn ordinary classes into Singletons optimized with the Double-Checked Locking optimization pattern. More...
class  ACE_Unmanaged_Singleton< TYPE, ACE_LOCK >
 Same as ACE_Singleton, except does _not_ register with ACE_Object_Manager for destruction. More...
class  ACE_TSS_Singleton< TYPE, ACE_LOCK >
 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_TSS_Singleton< TYPE, ACE_LOCK >
 Same as ACE_TSS_Singleton, except does _not_ register with ACE_Object_Manager for destruction. More...
class  ACE_DLL_Singleton_T< TYPE, ACE_LOCK >
 Same as ACE_Singleton, except that it registers for destruction with the ACE_Framework_Repository instead of with the ACE_Object_Manager directly. More...
class  ACE_DLL_Singleton_Adapter_T< TYPE >

Detailed Description

Id
Singleton.h,v 4.42 2004/06/16 07:57:22 jwillemsen Exp

Author:
Tim Harrison <harrison@cs.wustl.edu>

Douglas C. Schmidt <schmidt@cs.wustl.edu>

Chris Lahey

Rich Christy

David Levine <levine@cs.wustl.edu>


Generated on Thu Feb 10 20:36:03 2005 for ACE by  doxygen 1.3.9.1