TAO  2.3.2
Public Types | Public Member Functions | Private Member Functions | Private Attributes | List of all members
TAO_Pseudo_Var_T< T > Class Template Reference

Parametrized implementation of _var class for TypeCode, Object, AbstractBase, NamedValue, NVList, Principal, Request, Context, ORB, LocalObject, and Environment. More...

#include <Pseudo_VarOut_T.h>

Inheritance diagram for TAO_Pseudo_Var_T< T >:
Inheritance graph
[legend]
Collaboration diagram for TAO_Pseudo_Var_T< T >:
Collaboration graph
[legend]

Public Types

typedef T::_ptr_type _in_type
 
typedef T::_ptr_type & _inout_type
 
typedef T::_ptr_type & _out_type
 
typedef T::_ptr_type _retn_type
 

Public Member Functions

 TAO_Pseudo_Var_T (void)
 
 TAO_Pseudo_Var_T (typename T::_ptr_type)
 
 TAO_Pseudo_Var_T (const TAO_Pseudo_Var_T< T > &)
 
 ~TAO_Pseudo_Var_T (void)
 
TAO_Pseudo_Var_T< T > & operator= (typename T::_ptr_type)
 
TAO_Pseudo_Var_T< T > & operator= (const TAO_Pseudo_Var_T< T > &)
 
T::_ptr_type operator-> (void) const
 
 operator typename T::_ptr_type const & () const
 
 operator typename T::_ptr_type & ()
 
_in_type in (void) const
 
_inout_type inout (void)
 
_out_type out (void)
 
_retn_type _retn (void)
 
_retn_type ptr (void) const
 

Private Member Functions

 TAO_Pseudo_Var_T (const TAO_Base_var &)
 
void operator= (const TAO_Base_var &)
 
- Private Member Functions inherited from TAO_Base_var
 TAO_Base_var (void)
 

Private Attributes

T::_ptr_type ptr_
 

Detailed Description

template<typename T>
class TAO_Pseudo_Var_T< T >

Parametrized implementation of _var class for TypeCode, Object, AbstractBase, NamedValue, NVList, Principal, Request, Context, ORB, LocalObject, and Environment.

Member Typedef Documentation

template<typename T>
typedef T::_ptr_type TAO_Pseudo_Var_T< T >::_in_type
template<typename T>
typedef T::_ptr_type& TAO_Pseudo_Var_T< T >::_inout_type
template<typename T>
typedef T::_ptr_type& TAO_Pseudo_Var_T< T >::_out_type
template<typename T>
typedef T::_ptr_type TAO_Pseudo_Var_T< T >::_retn_type

Constructor & Destructor Documentation

template<typename T >
TAO_Pseudo_Var_T< T >::TAO_Pseudo_Var_T ( void  )
template<typename T>
TAO_Pseudo_Var_T< T >::TAO_Pseudo_Var_T ( typename T::_ptr_type  p)
template<typename T>
TAO_Pseudo_Var_T< T >::TAO_Pseudo_Var_T ( const TAO_Pseudo_Var_T< T > &  p)
template<typename T >
TAO_Pseudo_Var_T< T >::~TAO_Pseudo_Var_T ( void  )
template<typename T>
TAO_Pseudo_Var_T< T >::TAO_Pseudo_Var_T ( const TAO_Base_var )
private

Member Function Documentation

template<typename T >
T::_ptr_type TAO_Pseudo_Var_T< T >::_retn ( void  )
template<typename T >
T::_ptr_type TAO_Pseudo_Var_T< T >::in ( void  ) const
template<typename T >
T::_ptr_type & TAO_Pseudo_Var_T< T >::inout ( void  )
template<typename T >
TAO_Pseudo_Var_T< T >::operator typename T::_ptr_type & ( )
template<typename T >
TAO_Pseudo_Var_T< T >::operator typename T::_ptr_type const & ( ) const
template<typename T >
T::_ptr_type TAO_Pseudo_Var_T< T >::operator-> ( void  ) const
template<typename T>
TAO_Pseudo_Var_T< T > & TAO_Pseudo_Var_T< T >::operator= ( typename T::_ptr_type  p)
template<typename T>
TAO_Pseudo_Var_T< T > & TAO_Pseudo_Var_T< T >::operator= ( const TAO_Pseudo_Var_T< T > &  p)
template<typename T>
void TAO_Pseudo_Var_T< T >::operator= ( const TAO_Base_var )
private
template<typename T >
T::_ptr_type & TAO_Pseudo_Var_T< T >::out ( void  )
template<typename T >
T::_ptr_type TAO_Pseudo_Var_T< T >::ptr ( void  ) const

Member Data Documentation

template<typename T>
T::_ptr_type TAO_Pseudo_Var_T< T >::ptr_
private

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