| 
    TAO 4.0.0
    
   | 
 
Parametrized implementation of _var class for TypeCode, Object, AbstractBase, NamedValue, NVList, Principal, Request, Context, ORB, LocalObject, and Environment. More...
#include <Pseudo_VarOut_T.h>


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 () | |
| TAO_Pseudo_Var_T (typename T::_ptr_type) | |
| TAO_Pseudo_Var_T (const TAO_Pseudo_Var_T< T > &) | |
| ~TAO_Pseudo_Var_T () | |
| 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-> () const | 
| operator typename T::_ptr_type const & () const | |
| operator typename T::_ptr_type & () | |
| _in_type | in () const | 
| _inout_type | inout () | 
| _out_type | out () | 
| _retn_type | _retn () | 
| _retn_type | ptr () 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 () | |
Private Attributes | |
| T::_ptr_type | ptr_ | 
Parametrized implementation of _var class for TypeCode, Object, AbstractBase, NamedValue, NVList, Principal, Request, Context, ORB, LocalObject, and Environment.
| typedef T::_ptr_type TAO_Pseudo_Var_T< T >::_in_type | 
| typedef T::_ptr_type& TAO_Pseudo_Var_T< T >::_inout_type | 
| typedef T::_ptr_type& TAO_Pseudo_Var_T< T >::_out_type | 
| typedef T::_ptr_type TAO_Pseudo_Var_T< T >::_retn_type | 
| TAO_Pseudo_Var_T< T >::TAO_Pseudo_Var_T | ( | ) | 
| TAO_Pseudo_Var_T< T >::TAO_Pseudo_Var_T | ( | typename T::_ptr_type | p | ) | 
| TAO_Pseudo_Var_T< T >::TAO_Pseudo_Var_T | ( | const TAO_Pseudo_Var_T< T > & | p | ) | 
| TAO_Pseudo_Var_T< T >::~TAO_Pseudo_Var_T | ( | ) | 
      
  | 
  private | 
| T::_ptr_type TAO_Pseudo_Var_T< T >::_retn | ( | ) | 
| T::_ptr_type TAO_Pseudo_Var_T< T >::in | ( | ) | const | 
| T::_ptr_type & TAO_Pseudo_Var_T< T >::inout | ( | ) | 
| TAO_Pseudo_Var_T< T >::operator typename T::_ptr_type & | ( | ) | 
| TAO_Pseudo_Var_T< T >::operator typename T::_ptr_type const & | ( | ) | const | 
| T::_ptr_type TAO_Pseudo_Var_T< T >::operator-> | ( | ) | const | 
      
  | 
  private | 
| TAO_Pseudo_Var_T< T > & TAO_Pseudo_Var_T< T >::operator= | ( | const TAO_Pseudo_Var_T< T > & | p | ) | 
| TAO_Pseudo_Var_T< T > & TAO_Pseudo_Var_T< T >::operator= | ( | typename T::_ptr_type | p | ) | 
| T::_ptr_type & TAO_Pseudo_Var_T< T >::out | ( | ) | 
| T::_ptr_type TAO_Pseudo_Var_T< T >::ptr | ( | ) | const | 
      
  | 
  private |