Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

Singleton.h File Reference

Singleton.h,v 4.36 2002/02/18 23:44:06 shuston Exp. More...

#include "ace/pre.h"
#include "ace/Synch.h"
#include "ace/post.h"

Include dependency graph for Singleton.h:

Include dependency graph

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

Included by dependency graph

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...


Detailed Description

Singleton.h,v 4.36 2002/02/18 23:44:06 shuston Exp.

Author:
Tim Harrison <harrison@cs.wustl.edu>, Douglas C. Schmidt <schmidt@cs.wustl.edu>, Chris Lahey, Rich Christy, and David Levine <levine@cs.wustl.edu>.

Generated on Thu May 23 00:04:06 2002 for ACE by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001