TAO  2.0.7
Public Types | Public Member Functions
TAO_Var_Var_T Class Reference

Parametrized implementation of _var class for structs, unions, and exceptions with members of variable size. More...

#include <VarOut_T.h>

Inheritance diagram for TAO_Var_Var_T:
Inheritance graph
[legend]
Collaboration diagram for TAO_Var_Var_T:
Collaboration graph
[legend]

List of all members.

Public Types

typedef T *& _out_type
typedef T * _retn_type

Public Member Functions

 TAO_Var_Var_T (void)
 TAO_Var_Var_T (T *)
 TAO_Var_Var_T (const TAO_Var_Var_T< T > &)
TAO_Var_Var_Toperator= (T *)
TAO_Var_Var_Toperator= (const TAO_Var_Var_T< T > &)
 operator T *& ()
 operator const T & () const
 operator T & ()
 operator T & () const
_out_type out (void)
_retn_type _retn (void)

Detailed Description

Parametrized implementation of _var class for structs, unions, and exceptions with members of variable size.


Member Typedef Documentation


Constructor & Destructor Documentation

TAO_Var_Var_T::TAO_Var_Var_T ( void  )
TAO_Var_Var_T::TAO_Var_Var_T ( T *  p)
TAO_Var_Var_T::TAO_Var_Var_T ( const TAO_Var_Var_T< T > &  p)

Member Function Documentation

T * TAO_Var_Var_T::_retn ( void  )
TAO_Var_Var_T::operator const T & ( ) const
TAO_Var_Var_T::operator T & ( )
TAO_Var_Var_T::operator T & ( ) const
TAO_Var_Var_T::operator T *& ( )
TAO_Var_Var_T< T > & TAO_Var_Var_T::operator= ( T *  p)
TAO_Var_Var_T< T > & TAO_Var_Var_T::operator= ( const TAO_Var_Var_T< T > &  p)
T *& TAO_Var_Var_T::out ( void  )

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