| TAO
    2.2.3
    | 
Parametrized implementation of _var class for structs, unions, and exceptions with members of fixed size. More...
#include <VarOut_T.h>


| Public Types | |
| typedef T & | _out_type | 
| typedef T | _retn_type | 
|  Public Types inherited from TAO_Var_Base_T< T > | |
| typedef const T & | _in_type | 
| typedef T & | _inout_type | 
| Public Member Functions | |
| TAO_Fixed_Var_T (void) | |
| TAO_Fixed_Var_T (T *) | |
| TAO_Fixed_Var_T (const TAO_Fixed_Var_T< T > &) | |
| TAO_Fixed_Var_T (const T &) | |
| TAO_Fixed_Var_T & | operator= (T *) | 
| TAO_Fixed_Var_T & | operator= (const TAO_Fixed_Var_T< T > &) | 
| TAO_Fixed_Var_T & | operator= (const T &) | 
| operator const T & () const | |
| operator T & () | |
| operator T & () const | |
| _out_type | out (void) | 
| _retn_type | _retn (void) | 
|  Public Member Functions inherited from TAO_Var_Base_T< T > | |
| TAO_Var_Base_T (void) | |
| TAO_Var_Base_T (T *) | |
| TAO_Var_Base_T (const TAO_Var_Base_T< T > &) | |
| ~TAO_Var_Base_T (void) | |
| T * | operator-> (void) | 
| const T * | operator-> (void) const | 
| _in_type | in (void) const | 
| _inout_type | inout (void) | 
| T * | ptr (void) const | 
| operator T *& () | |
| Additional Inherited Members | |
|  Protected Attributes inherited from TAO_Var_Base_T< T > | |
| T * | ptr_ | 
Parametrized implementation of _var class for structs, unions, and exceptions with members of fixed size.
| typedef T& TAO_Fixed_Var_T< T >::_out_type | 
| typedef T TAO_Fixed_Var_T< T >::_retn_type | 
| TAO_Fixed_Var_T< T >::TAO_Fixed_Var_T | ( | void | ) | 
| TAO_Fixed_Var_T< T >::TAO_Fixed_Var_T | ( | T * | p | ) | 
| TAO_Fixed_Var_T< T >::TAO_Fixed_Var_T | ( | const TAO_Fixed_Var_T< T > & | p | ) | 
| TAO_Fixed_Var_T< T >::TAO_Fixed_Var_T | ( | const T & | p | ) | 
| T TAO_Fixed_Var_T< T >::_retn | ( | void | ) | 
| TAO_Fixed_Var_T< T >::operator const T & | ( | ) | const | 
| TAO_Fixed_Var_T< T >::operator T & | ( | ) | 
| TAO_Fixed_Var_T< T >::operator T & | ( | ) | const | 
| TAO_Fixed_Var_T< T > & TAO_Fixed_Var_T< T >::operator= | ( | T * | p | ) | 
| TAO_Fixed_Var_T< T > & TAO_Fixed_Var_T< T >::operator= | ( | const TAO_Fixed_Var_T< T > & | p | ) | 
| TAO_Fixed_Var_T< T > & TAO_Fixed_Var_T< T >::operator= | ( | const T & | p | ) | 
| T & TAO_Fixed_Var_T< T >::out | ( | void | ) | 
 1.8.3.1
 1.8.3.1