TAO  2.0.6
Public Types | Public Member Functions | Private Member Functions | Private Attributes
TAO_Pseudo_Var_T Class 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:
Inheritance graph
[legend]
Collaboration diagram for TAO_Pseudo_Var_T:
Collaboration graph
[legend]

List of all members.

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 Attributes

T::_ptr_type ptr_

Detailed Description

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


Member Typedef Documentation

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

Constructor & Destructor Documentation

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

Member Function Documentation

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

Reimplemented from TAO_Base_var.

T::_ptr_type & TAO_Pseudo_Var_T::out ( void  )
T::_ptr_type TAO_Pseudo_Var_T::ptr ( void  ) const

Member Data Documentation

T::_ptr_type TAO_Pseudo_Var_T::ptr_ [private]

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines