TAO 4.0.1
|
Parametrized implementation of _var class for structs, unions, and exceptions with members of variable size. More...
#include <VarOut_T.h>
Public Types | |
typedef T *& | _out_type |
typedef T * | _retn_type |
![]() | |
typedef const T & | _in_type |
typedef T & | _inout_type |
Public Member Functions | |
TAO_Var_Var_T () | |
TAO_Var_Var_T (T *) | |
TAO_Var_Var_T (const TAO_Var_Var_T< T > &) | |
TAO_Var_Var_T & | operator= (T *) |
TAO_Var_Var_T & | operator= (const TAO_Var_Var_T< T > &) |
operator const T & () const | |
operator T& () | |
operator T& () const | |
_out_type | out () |
_retn_type | _retn () |
![]() | |
TAO_Var_Base_T () | |
TAO_Var_Base_T (T *) | |
TAO_Var_Base_T (const TAO_Var_Base_T< T > &) | |
~TAO_Var_Base_T () | |
T * | operator-> () |
const T * | operator-> () const |
_in_type | in () const |
_inout_type | inout () |
T * | ptr () const |
operator T*& () | |
Additional Inherited Members | |
![]() | |
T * | ptr_ |
Parametrized implementation of _var class for structs, unions, and exceptions with members of variable size.
typedef T*& TAO_Var_Var_T< T >::_out_type |
typedef T* TAO_Var_Var_T< T >::_retn_type |
TAO_Var_Var_T< T >::TAO_Var_Var_T | ( | ) |
TAO_Var_Var_T< T >::TAO_Var_Var_T | ( | T * | p | ) |
TAO_Var_Var_T< T >::TAO_Var_Var_T | ( | const TAO_Var_Var_T< T > & | p | ) |
T * TAO_Var_Var_T< T >::_retn | ( | ) |
TAO_Var_Var_T< T >::operator const T & | ( | ) | const |
TAO_Var_Var_T< T >::operator T& | ( | ) |
TAO_Var_Var_T< T >::operator T& | ( | ) | const |
TAO_Var_Var_T< T > & TAO_Var_Var_T< T >::operator= | ( | const TAO_Var_Var_T< T > & | p | ) |
TAO_Var_Var_T< T > & TAO_Var_Var_T< T >::operator= | ( | T * | p | ) |
T *& TAO_Var_Var_T< T >::out | ( | ) |