TAO
2.0.8
|
Parametrized implementation of _var base class for arrays. More...
#include <Array_VarOut_T.h>
Public Types | |
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_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 |
Protected Types | |
typedef TAO_Array_Forany_T< T, T_slice, TAG > | FORANY |
Protected Attributes | |
_slice_type * | ptr_ |
Parametrized implementation of _var base class for arrays.
typedef T_slice const& TAO_Array_Var_Base_T< T, T_slice, TAG >::_const_subscript_type |
typedef const _slice_type* TAO_Array_Var_Base_T< T, T_slice, TAG >::_in_type |
typedef _slice_type* TAO_Array_Var_Base_T< T, T_slice, TAG >::_inout_type |
typedef _slice_type*& TAO_Array_Var_Base_T< T, T_slice, TAG >::_retn_arg_type |
typedef _slice_type* TAO_Array_Var_Base_T< T, T_slice, TAG >::_retn_type |
typedef T_slice TAO_Array_Var_Base_T< T, T_slice, TAG >::_slice_type |
Reimplemented in TAO_VarArray_Var_T< T, T_slice, TAG >, and TAO_FixedArray_Var_T< T, T_slice, TAG >.
typedef T_slice& TAO_Array_Var_Base_T< T, T_slice, TAG >::_subscript_type |
typedef TAO_Array_Forany_T<T,T_slice,TAG> TAO_Array_Var_Base_T< T, T_slice, TAG >::FORANY [protected] |
Reimplemented in TAO_VarArray_Var_T< T, T_slice, TAG >, and TAO_FixedArray_Var_T< T, T_slice, TAG >.
TAO_Array_Var_Base_T< T, T_slice, TAG >::TAO_Array_Var_Base_T | ( | void | ) |
TAO_Array_Var_Base_T< T, T_slice, TAG >::TAO_Array_Var_Base_T | ( | _slice_type * | p | ) |
TAO_Array_Var_Base_T< T, T_slice, TAG >::TAO_Array_Var_Base_T | ( | const TAO_Array_Var_Base_T< T, T_slice, TAG > & | p | ) |
TAO_Array_Var_Base_T< T, T_slice, TAG >::~TAO_Array_Var_Base_T | ( | void | ) |
T_slice * TAO_Array_Var_Base_T< T, T_slice, TAG >::_retn | ( | void | ) |
T_slice *& TAO_Array_Var_Base_T< T, T_slice, TAG >::_retn_arg | ( | void | ) |
const T_slice * TAO_Array_Var_Base_T< T, T_slice, TAG >::in | ( | void | ) | const |
T_slice * TAO_Array_Var_Base_T< T, T_slice, TAG >::inout | ( | void | ) |
TAO_Array_Var_Base_T< T, T_slice, TAG >::operator _slice_type *const & | ( | ) | const |
T_slice & TAO_Array_Var_Base_T< T, T_slice, TAG >::operator[] | ( | CORBA::ULong | index | ) |
T_slice const & TAO_Array_Var_Base_T< T, T_slice, TAG >::operator[] | ( | CORBA::ULong | index | ) | const |
T_slice * TAO_Array_Var_Base_T< T, T_slice, TAG >::ptr | ( | void | ) | const |
_slice_type* TAO_Array_Var_Base_T< T, T_slice, TAG >::ptr_ [protected] |