TAO_DII_Reply_Handler_var Class Reference

The T_var class for reply handler. More...

#include <DII_Reply_Handler.h>

Collaboration diagram for TAO_DII_Reply_Handler_var:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 TAO_DII_Reply_Handler_var (void)
 TAO_DII_Reply_Handler_var (TAO_DII_Reply_Handler_ptr)
 TAO_DII_Reply_Handler_var (const TAO_DII_Reply_Handler_var &)
 ~TAO_DII_Reply_Handler_var (void)
TAO_DII_Reply_Handler_varoperator= (TAO_DII_Reply_Handler_ptr)
TAO_DII_Reply_Handler_varoperator= (const TAO_DII_Reply_Handler_var &)
TAO_DII_Reply_Handler_ptr operator-> (void) const
 operator const TAO_DII_Reply_Handler_ptr & () const
 operator TAO_DII_Reply_Handler_ptr & ()
TAO_DII_Reply_Handler_ptr in (void) const
TAO_DII_Reply_Handler_ptrinout (void)
TAO_DII_Reply_Handler_ptrout (void)
TAO_DII_Reply_Handler_ptr _retn (void)
TAO_DII_Reply_Handler_ptr ptr (void) const

Private Attributes

TAO_DII_Reply_Handler_ptr ptr_

Detailed Description

The T_var class for reply handler.

As any other pseudo object, this class has a T_var class too.

Definition at line 40 of file DII_Reply_Handler.h.


Constructor & Destructor Documentation

ACE_INLINE TAO_DII_Reply_Handler_var::TAO_DII_Reply_Handler_var void   ) 
 

Definition at line 19 of file DII_Reply_Handler.inl.

00020   : ptr_ (TAO_DII_Reply_Handler::_nil ())
00021 {
00022 }

ACE_INLINE TAO_DII_Reply_Handler_var::TAO_DII_Reply_Handler_var TAO_DII_Reply_Handler_ptr   ) 
 

Definition at line 25 of file DII_Reply_Handler.inl.

References TAO_DII_Reply_Handler_ptr.

00027   : ptr_ (p)
00028 {}

ACE_INLINE TAO_DII_Reply_Handler_var::TAO_DII_Reply_Handler_var const TAO_DII_Reply_Handler_var  ) 
 

Definition at line 43 of file DII_Reply_Handler.inl.

00045   : ptr_ (TAO_DII_Reply_Handler::_duplicate (p.ptr ()))
00046 {}

ACE_INLINE TAO_DII_Reply_Handler_var::~TAO_DII_Reply_Handler_var void   ) 
 

Definition at line 31 of file DII_Reply_Handler.inl.

References CORBA::release().

00032 {
00033   CORBA::release (this->ptr_);
00034 }


Member Function Documentation

ACE_INLINE TAO_DII_Reply_Handler_ptr TAO_DII_Reply_Handler_var::_retn void   ) 
 

Definition at line 106 of file DII_Reply_Handler.inl.

References TAO_DII_Reply_Handler::_nil(), and TAO_DII_Reply_Handler_ptr.

00107 {
00108   // yield ownership
00109   TAO_DII_Reply_Handler_ptr val = this->ptr_;
00110   this->ptr_ = TAO_DII_Reply_Handler::_nil ();
00111   return val;
00112 }

ACE_INLINE TAO_DII_Reply_Handler_ptr TAO_DII_Reply_Handler_var::in void   )  const
 

Definition at line 86 of file DII_Reply_Handler.inl.

00087 {
00088   return this->ptr_;
00089 }

ACE_INLINE TAO_DII_Reply_Handler_ptr & TAO_DII_Reply_Handler_var::inout void   ) 
 

Definition at line 92 of file DII_Reply_Handler.inl.

00093 {
00094   return this->ptr_;
00095 }

ACE_INLINE TAO_DII_Reply_Handler_var::operator const TAO_DII_Reply_Handler_ptr &  )  const
 

Definition at line 68 of file DII_Reply_Handler.inl.

00069 {
00070   return this->ptr_;
00071 }

ACE_INLINE TAO_DII_Reply_Handler_var::operator TAO_DII_Reply_Handler_ptr &  ) 
 

Definition at line 74 of file DII_Reply_Handler.inl.

00075 {
00076   return this->ptr_;
00077 }

ACE_INLINE TAO_DII_Reply_Handler_ptr TAO_DII_Reply_Handler_var::operator-> void   )  const
 

Definition at line 80 of file DII_Reply_Handler.inl.

00081 {
00082   return this->ptr_;
00083 }

ACE_INLINE TAO_DII_Reply_Handler_var & TAO_DII_Reply_Handler_var::operator= const TAO_DII_Reply_Handler_var  ) 
 

Definition at line 57 of file DII_Reply_Handler.inl.

References TAO_DII_Reply_Handler::_duplicate(), ptr(), and CORBA::release().

00058 {
00059   if (this != &p)
00060     {
00061       CORBA::release (this->ptr_);
00062       this->ptr_ = TAO_DII_Reply_Handler::_duplicate (p.ptr ());
00063     }
00064   return *this;
00065 }

ACE_INLINE TAO_DII_Reply_Handler_var & TAO_DII_Reply_Handler_var::operator= TAO_DII_Reply_Handler_ptr   ) 
 

Definition at line 49 of file DII_Reply_Handler.inl.

References CORBA::release(), and TAO_DII_Reply_Handler_ptr.

00050 {
00051   CORBA::release (this->ptr_);
00052   this->ptr_ = p;
00053   return *this;
00054 }

ACE_INLINE TAO_DII_Reply_Handler_ptr & TAO_DII_Reply_Handler_var::out void   ) 
 

Definition at line 98 of file DII_Reply_Handler.inl.

References TAO_DII_Reply_Handler::_nil(), and CORBA::release().

00099 {
00100   CORBA::release (this->ptr_);
00101   this->ptr_ = TAO_DII_Reply_Handler::_nil ();
00102   return this->ptr_;
00103 }

ACE_INLINE TAO_DII_Reply_Handler_ptr TAO_DII_Reply_Handler_var::ptr void   )  const
 

Definition at line 37 of file DII_Reply_Handler.inl.

Referenced by operator=().

00038 {
00039   return this->ptr_;
00040 }


Member Data Documentation

TAO_DII_Reply_Handler_ptr TAO_DII_Reply_Handler_var::ptr_ [private]
 

Definition at line 62 of file DII_Reply_Handler.h.


The documentation for this class was generated from the following files:
Generated on Sun Jan 27 13:37:47 2008 for TAO_DynamicInterface by doxygen 1.3.6