TAO_ESF_RefCountedRef< COUNTED > Class Template Reference

#include <ESF_Proxy_Admin.h>

Collaboration diagram for TAO_ESF_RefCountedRef< COUNTED >:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 TAO_ESF_RefCountedRef (COUNTED *counted)
 ~TAO_ESF_RefCountedRef ()

Private Member Functions

 TAO_ESF_RefCountedRef (TAO_ESF_RefCountedRef< COUNTED > const &)
TAO_ESF_RefCountedRefoperator= (TAO_ESF_RefCountedRef< COUNTED > const &)

Private Attributes

COUNTED * counted_

Detailed Description

template<class COUNTED>
class TAO_ESF_RefCountedRef< COUNTED >

Definition at line 129 of file ESF_Proxy_Admin.h.


Constructor & Destructor Documentation

template<class C>
ACE_INLINE TAO_ESF_RefCountedRef< C >::TAO_ESF_RefCountedRef ( COUNTED *  counted  ) 

Definition at line 16 of file ESF_Proxy_Admin.inl.

00017   : counted_ (counted)
00018 {}

template<class C>
ACE_INLINE TAO_ESF_RefCountedRef< C >::~TAO_ESF_RefCountedRef (  ) 

Definition at line 22 of file ESF_Proxy_Admin.inl.

References TAO_ESF_RefCountedRef< COUNTED >::counted_.

00023 {
00024   if (this->counted_ != 0)
00025     {
00026       this->counted_->_decr_refcnt ();
00027     }
00028 }

template<class COUNTED>
TAO_ESF_RefCountedRef< COUNTED >::TAO_ESF_RefCountedRef ( TAO_ESF_RefCountedRef< COUNTED > const &   )  [private]


Member Function Documentation

template<class COUNTED>
TAO_ESF_RefCountedRef& TAO_ESF_RefCountedRef< COUNTED >::operator= ( TAO_ESF_RefCountedRef< COUNTED > const &   )  [private]


Member Data Documentation

template<class COUNTED>
COUNTED* TAO_ESF_RefCountedRef< COUNTED >::counted_ [private]

Definition at line 138 of file ESF_Proxy_Admin.h.

Referenced by TAO_ESF_RefCountedRef< COUNTED >::~TAO_ESF_RefCountedRef().


The documentation for this class was generated from the following files:
Generated on Tue Feb 2 17:43:52 2010 for TAO_ESF by  doxygen 1.4.7