#include <Array_VarOut_T.h>
Inheritance diagram for TAO_Array_Var_Base_T< T, T_slice, TAG >:
Public Types | |
typedef const T_slice * | _in_type |
typedef T_slice * | _inout_type |
typedef T_slice *& | _out_type |
typedef T_slice * | _retn_type |
Public Member Functions | |
TAO_Array_Var_Base_T (void) | |
TAO_Array_Var_Base_T (T_slice *) | |
TAO_Array_Var_Base_T (const TAO_Array_Var_Base_T< T, T_slice, TAG > &) | |
~TAO_Array_Var_Base_T (void) | |
T_slice & | operator[] (CORBA::ULong index) |
T_slice const & | operator[] (CORBA::ULong index) const |
operator T_slice *const & () const | |
_in_type | in (void) const |
_inout_type | inout (void) |
_out_type | out (void) |
_retn_type | _retn (void) |
_retn_type | ptr (void) const |
Protected Attributes | |
T_slice * | ptr_ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|