ACE_Cleanup_Adapter< TYPE > Class Template Reference

Adapter for ACE_Cleanup objects that allows them to be readily managed by the ACE_Object_Manager. More...

#include <Managed_Object.h>

Inheritance diagram for ACE_Cleanup_Adapter< TYPE >:

Inheritance graph
[legend]
Collaboration diagram for ACE_Cleanup_Adapter< TYPE >:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 ACE_Cleanup_Adapter (void)
 Default constructor.

virtual ~ACE_Cleanup_Adapter (void)
 Virtual destructor, needed by some compilers for vtable placement.

TYPE & object (void)
 Accessor for contained object.


Private Member Functions

 ACE_Cleanup_Adapter (const ACE_Cleanup_Adapter< TYPE > &)
void operator= (const ACE_Cleanup_Adapter< TYPE > &)

Private Attributes

TYPE object_
 Contained object.


Detailed Description

template<class TYPE>
class ACE_Cleanup_Adapter< TYPE >

Adapter for ACE_Cleanup objects that allows them to be readily managed by the ACE_Object_Manager.

This template class adapts an object of any type to be an ACE_Cleanup object. The object can then be destroyed type-safely by the ACE_Object_Manager. This class is typically used to replace a cast; but, it's a bit cleaner and allows insertion of, say, run-time type identification internally if desired.

Definition at line 43 of file Managed_Object.h.


Constructor & Destructor Documentation

template<class TYPE>
ACE_BEGIN_VERSIONED_NAMESPACE_DECL ACE_INLINE ACE_Cleanup_Adapter< TYPE >::ACE_Cleanup_Adapter void   ) 
 

Default constructor.

Definition at line 9 of file Managed_Object.inl.

00010          : don't explicitly initialize "object_", because TYPE may not
00011   // have a default constructor.  Let the compiler figure it out . . .
00012 {
00013 }

template<class TYPE>
ACE_BEGIN_VERSIONED_NAMESPACE_DECL ACE_Cleanup_Adapter< TYPE >::~ACE_Cleanup_Adapter void   )  [virtual]
 

Virtual destructor, needed by some compilers for vtable placement.

Definition at line 19 of file Managed_Object.cpp.

00020 {
00021 }

template<class TYPE>
ACE_Cleanup_Adapter< TYPE >::ACE_Cleanup_Adapter const ACE_Cleanup_Adapter< TYPE > &   )  [private]
 


Member Function Documentation

template<class TYPE>
ACE_INLINE TYPE & ACE_Cleanup_Adapter< TYPE >::object void   ) 
 

Accessor for contained object.

Definition at line 18 of file Managed_Object.inl.

Referenced by ACE_Static_Object_Lock::instance(), and ACE_Log_Msg::instance().

00019 {
00020   return this->object_;
00021 }

template<class TYPE>
void ACE_Cleanup_Adapter< TYPE >::operator= const ACE_Cleanup_Adapter< TYPE > &   )  [private]
 


Member Data Documentation

template<class TYPE>
TYPE ACE_Cleanup_Adapter< TYPE >::object_ [private]
 

Contained object.

Definition at line 60 of file Managed_Object.h.


The documentation for this class was generated from the following files:
Generated on Thu Nov 9 11:20:38 2006 for ACE by doxygen 1.3.6