TAO 4.0.1
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
TAO_Objref_Out_T< T > Class Template Reference

Parametrized implementation of _out class for object references. More...

#include <Objref_VarOut_T.h>

Public Member Functions

 TAO_Objref_Out_T (T *&p)
 
 TAO_Objref_Out_T (TAO_Objref_Var_T< T > &p)
 
 TAO_Objref_Out_T (const TAO_Objref_Out_T< T > &p)
 
TAO_Objref_Out_Toperator= (T *p)
 
TAO_Objref_Out_Toperator= (const TAO_Objref_Out_T< T > &p)
 
TAO_Objref_Out_Toperator= (const TAO_Objref_Var_T< T > &p)
 
 operator T*& ()
 Cast operator.
 
T *& ptr ()
 
T * operator-> ()
 

Private Attributes

T *& ptr_
 

Detailed Description

template<typename T>
class TAO_Objref_Out_T< T >

Parametrized implementation of _out class for object references.

Constructor & Destructor Documentation

◆ TAO_Objref_Out_T() [1/3]

template<typename T >
TAO_Objref_Out_T< T >::TAO_Objref_Out_T ( T *& p)

◆ TAO_Objref_Out_T() [2/3]

template<typename T >
TAO_Objref_Out_T< T >::TAO_Objref_Out_T ( TAO_Objref_Var_T< T > & p)

◆ TAO_Objref_Out_T() [3/3]

template<typename T >
TAO_Objref_Out_T< T >::TAO_Objref_Out_T ( const TAO_Objref_Out_T< T > & p)

Member Function Documentation

◆ operator T*&()

template<typename T >
TAO_Objref_Out_T< T >::operator T*& ( )

Cast operator.

◆ operator->()

template<typename T >
T * TAO_Objref_Out_T< T >::operator-> ( )

◆ operator=() [1/3]

template<typename T >
TAO_Objref_Out_T< T > & TAO_Objref_Out_T< T >::operator= ( const TAO_Objref_Out_T< T > & p)

◆ operator=() [2/3]

template<typename T >
TAO_Objref_Out_T< T > & TAO_Objref_Out_T< T >::operator= ( const TAO_Objref_Var_T< T > & p)

◆ operator=() [3/3]

template<typename T >
TAO_Objref_Out_T< T > & TAO_Objref_Out_T< T >::operator= ( T * p)

◆ ptr()

template<typename T >
T *& TAO_Objref_Out_T< T >::ptr ( )

Member Data Documentation

◆ ptr_

template<typename T >
T*& TAO_Objref_Out_T< T >::ptr_
private

The documentation for this class was generated from the following files: