TAO 4.0.2
|
Parametrized implementation of _var class for arrays with elements of fixed size. More...
#include <Array_VarOut_T.h>
Public Types | |
typedef T_slice | _slice_type |
typedef T_slice * | _out_type |
![]() | |
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_FixedArray_Var_T () | |
TAO_FixedArray_Var_T (_slice_type *) | |
TAO_FixedArray_Var_T (const TAO_FixedArray_Var_T< T, T_slice, TAG > &) | |
TAO_FixedArray_Var_T< T, T_slice, TAG > & | operator= (_slice_type *) |
TAO_FixedArray_Var_T< T, T_slice, TAG > & | operator= (const TAO_FixedArray_Var_T< T, T_slice, TAG > &) |
_out_type | out () |
![]() | |
TAO_Array_Var_Base_T () | |
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 () | |
_subscript_type | operator[] (CORBA::ULong index) |
_const_subscript_type | operator[] (CORBA::ULong index) const |
operator _slice_type *const & () const | |
_in_type | in () const |
_inout_type | inout () |
_retn_type | _retn () |
_retn_arg_type | _retn_arg () |
_retn_type | ptr () const |
Private Types | |
typedef TAO_Array_Var_Base_T< T, T_slice, TAG >::FORANY | FORANY |
Additional Inherited Members | |
![]() | |
typedef TAO_Array_Forany_T< T, T_slice, TAG > | FORANY |
![]() | |
_slice_type * | ptr_ |
Parametrized implementation of _var class for arrays with elements of fixed size.
typedef T_slice* TAO_FixedArray_Var_T< T, T_slice, TAG >::_out_type |
typedef T_slice TAO_FixedArray_Var_T< T, T_slice, TAG >::_slice_type |
|
private |
TAO_FixedArray_Var_T< T, T_slice, TAG >::TAO_FixedArray_Var_T | ( | ) |
TAO_FixedArray_Var_T< T, T_slice, TAG >::TAO_FixedArray_Var_T | ( | _slice_type * | p | ) |
TAO_FixedArray_Var_T< T, T_slice, TAG >::TAO_FixedArray_Var_T | ( | const TAO_FixedArray_Var_T< T, T_slice, TAG > & | p | ) |
TAO_FixedArray_Var_T< T, T_slice, TAG > & TAO_FixedArray_Var_T< T, T_slice, TAG >::operator= | ( | _slice_type * | p | ) |
TAO_FixedArray_Var_T< T, T_slice, TAG > & TAO_FixedArray_Var_T< T, T_slice, TAG >::operator= | ( | const TAO_FixedArray_Var_T< T, T_slice, TAG > & | p | ) |
T_slice * TAO_FixedArray_Var_T< T, T_slice, TAG >::out | ( | ) |