ACE_Cleanup_Adapter< TYPE > Class Template ReferenceAdapter for ACE_Cleanup objects that allows them to be readily managed by the ACE_Object_Manager. More...
Inheritance diagram for ACE_Cleanup_Adapter< TYPE >:
Collaboration diagram for ACE_Cleanup_Adapter< TYPE >:
Detailed Descriptiontemplate<class TYPE>
Adapter for ACE_Cleanup objects that allows them to be readily managed by the ACE_Object_Manager.
|
ACE_BEGIN_VERSIONED_NAMESPACE_DECL ACE_INLINE ACE_Cleanup_Adapter< TYPE >::ACE_Cleanup_Adapter | ( | void | ) | [inline] |
Default constructor.
ACE_BEGIN_VERSIONED_NAMESPACE_DECL ACE_Cleanup_Adapter< TYPE >::~ACE_Cleanup_Adapter | ( | void | ) | [inline, virtual] |
Virtual destructor, needed by some compilers for vtable placement.
ACE_Cleanup_Adapter< TYPE >::ACE_Cleanup_Adapter | ( | const ACE_Cleanup_Adapter< TYPE > & | ) | [private] |
ACE_INLINE TYPE & ACE_Cleanup_Adapter< TYPE >::object | ( | void | ) | [inline] |
Accessor for contained object.
void ACE_Cleanup_Adapter< TYPE >::operator= | ( | const ACE_Cleanup_Adapter< TYPE > & | ) | [private] |
TYPE ACE_Cleanup_Adapter< TYPE >::object_ [private] |
Contained object.