TAO
2.3.3
|
Parametrized implementation of _var class for arrays with elements of variable size. More...
#include <Array_VarOut_T.h>
Public Types | |
typedef T_slice | _slice_type |
typedef T_slice *& | _out_type |
Public Types inherited from TAO_Array_Var_Base_T< T, T_slice, TAG > | |
typedef T_slice | _slice_type |
typedef T_slice const & | _const_subscript_type |
typedef T_slice & | _subscript_type |
typedef const _slice_type * | _in_type |
typedef _slice_type * | _inout_type |
typedef _slice_type * | _retn_type |
typedef _slice_type *& | _retn_arg_type |
Public Member Functions | |
TAO_VarArray_Var_T (void) | |
TAO_VarArray_Var_T (_slice_type *) | |
TAO_VarArray_Var_T (const TAO_VarArray_Var_T< T, T_slice, TAG > &) | |
TAO_VarArray_Var_T< T, T_slice, TAG > & | operator= (_slice_type *) |
TAO_VarArray_Var_T< T, T_slice, TAG > & | operator= (const TAO_VarArray_Var_T< T, T_slice, TAG > &) |
_out_type | out (void) |
operator _slice_type *& () | |
Public Member Functions inherited from TAO_Array_Var_Base_T< T, T_slice, TAG > | |
TAO_Array_Var_Base_T (void) | |
TAO_Array_Var_Base_T (_slice_type *) | |
TAO_Array_Var_Base_T (const TAO_Array_Var_Base_T< T, T_slice, TAG > &) | |
~TAO_Array_Var_Base_T (void) | |
_subscript_type | operator[] (CORBA::ULong index) |
_const_subscript_type | operator[] (CORBA::ULong index) const |
operator _slice_type *const & () const | |
_in_type | in (void) const |
_inout_type | inout (void) |
_retn_type | _retn (void) |
_retn_arg_type | _retn_arg (void) |
_retn_type | ptr (void) const |
Private Types | |
typedef TAO_Array_Var_Base_T< T, T_slice, TAG >::FORANY | FORANY |
Additional Inherited Members | |
Protected Types inherited from TAO_Array_Var_Base_T< T, T_slice, TAG > | |
typedef TAO_Array_Forany_T< T, T_slice, TAG > | FORANY |
Protected Attributes inherited from TAO_Array_Var_Base_T< T, T_slice, TAG > | |
_slice_type * | ptr_ |
Parametrized implementation of _var class for arrays with elements of variable size.
typedef T_slice*& TAO_VarArray_Var_T< T, T_slice, TAG >::_out_type |
typedef T_slice TAO_VarArray_Var_T< T, T_slice, TAG >::_slice_type |
|
private |
TAO_VarArray_Var_T< T, T_slice, TAG >::TAO_VarArray_Var_T | ( | void | ) |
TAO_VarArray_Var_T< T, T_slice, TAG >::TAO_VarArray_Var_T | ( | _slice_type * | p | ) |
TAO_VarArray_Var_T< T, T_slice, TAG >::TAO_VarArray_Var_T | ( | const TAO_VarArray_Var_T< T, T_slice, TAG > & | p | ) |
TAO_VarArray_Var_T< T, T_slice, TAG >::operator _slice_type *& | ( | ) |
TAO_VarArray_Var_T< T, T_slice, TAG > & TAO_VarArray_Var_T< T, T_slice, TAG >::operator= | ( | _slice_type * | p | ) |
TAO_VarArray_Var_T< T, T_slice, TAG > & TAO_VarArray_Var_T< T, T_slice, TAG >::operator= | ( | const TAO_VarArray_Var_T< T, T_slice, TAG > & | p | ) |
T_slice *& TAO_VarArray_Var_T< T, T_slice, TAG >::out | ( | void | ) |