TAO  2.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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. More...
 
T *& ptr (void)
 
T * operator-> (void)
 

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

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

Member Function Documentation

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

Cast operator.

template<typename T >
T * TAO_Objref_Out_T< T >::operator-> ( void  )
template<typename T >
TAO_Objref_Out_T< T > & TAO_Objref_Out_T< T >::operator= ( T *  p)
template<typename T >
TAO_Objref_Out_T< T > & TAO_Objref_Out_T< T >::operator= ( const TAO_Objref_Out_T< T > &  p)
template<typename T >
TAO_Objref_Out_T< T > & TAO_Objref_Out_T< T >::operator= ( const TAO_Objref_Var_T< T > &  p)
template<typename T >
T *& TAO_Objref_Out_T< T >::ptr ( void  )

Member Data Documentation

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

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