#include <Array_VarOut_T.h>
Definition at line 45 of file Array_VarOut_T.h.
typedef T TAO_Array_Forany_T< T, T_slice, TAG >::_array_type |
Definition at line 48 of file Array_VarOut_T.h.
typedef const _slice_type* TAO_Array_Forany_T< T, T_slice, TAG >::_in_type |
Definition at line 67 of file Array_VarOut_T.h.
typedef _slice_type* TAO_Array_Forany_T< T, T_slice, TAG >::_inout_type |
Definition at line 68 of file Array_VarOut_T.h.
typedef _slice_type* & TAO_Array_Forany_T< T, T_slice, TAG >::_out_type |
Definition at line 69 of file Array_VarOut_T.h.
typedef _slice_type*& TAO_Array_Forany_T< T, T_slice, TAG >::_retn_arg_type |
Definition at line 71 of file Array_VarOut_T.h.
typedef _slice_type* TAO_Array_Forany_T< T, T_slice, TAG >::_retn_type |
Definition at line 70 of file Array_VarOut_T.h.
typedef T_slice TAO_Array_Forany_T< T, T_slice, TAG >::_slice_type |
Definition at line 49 of file Array_VarOut_T.h.
typedef TAO_Array_Forany_T<T,T_slice,TAG> TAO_Array_Forany_T< T, T_slice, TAG >::FORANY [private] |
Definition at line 83 of file Array_VarOut_T.h.
ACE_INLINE TAO_Array_Forany_T< T, T_slice, TAG >::TAO_Array_Forany_T | ( | void | ) |
ACE_INLINE TAO_Array_Forany_T< T, T_slice, TAG >::TAO_Array_Forany_T | ( | _slice_type * | , | |
CORBA::Boolean | nocopy = false | |||
) |
ACE_INLINE TAO_Array_Forany_T< T, T_slice, TAG >::TAO_Array_Forany_T | ( | const TAO_Array_Forany_T< T, T_slice, TAG > & | ) |
ACE_INLINE TAO_Array_Forany_T< T, T_slice, TAG >::~TAO_Array_Forany_T | ( | void | ) |
ACE_INLINE T_slice * TAO_Array_Forany_T< T, T_slice, TAG >::_retn | ( | void | ) |
Definition at line 356 of file Array_VarOut_T.inl.
References TAO_Array_Forany_T< T, T_slice, TAG >::ptr_.
00357 { 00358 return this->ptr_; 00359 }
void TAO_Array_Forany_T< T, T_slice, TAG >::_tao_any_destructor | ( | void * | ) | [static] |
Definition at line 85 of file Array_VarOut_T.cpp.
References free().
00088 { 00089 T_slice * tmp = static_cast<T_slice *> (_tao_void_pointer); 00090 TAO::Array_Traits<FORANY>::free (tmp); 00091 }
ACE_INLINE const T_slice * TAO_Array_Forany_T< T, T_slice, TAG >::in | ( | void | ) | const |
Definition at line 332 of file Array_VarOut_T.inl.
References TAO_Array_Forany_T< T, T_slice, TAG >::ptr_.
00333 { 00334 return this->ptr_; 00335 }
ACE_INLINE T_slice * TAO_Array_Forany_T< T, T_slice, TAG >::inout | ( | void | ) |
Definition at line 340 of file Array_VarOut_T.inl.
References TAO_Array_Forany_T< T, T_slice, TAG >::ptr_.
00341 { 00342 return this->ptr_; 00343 }
ACE_INLINE CORBA::Boolean TAO_Array_Forany_T< T, T_slice, TAG >::nocopy | ( | void | ) | const |
Definition at line 364 of file Array_VarOut_T.inl.
References TAO_Array_Forany_T< T, T_slice, TAG >::nocopy_.
00365 { 00366 return this->nocopy_; 00367 }
TAO_Array_Forany_T< T, T_slice, TAG >::operator _slice_type *& | ( | ) |
TAO_Array_Forany_T< T, T_slice, TAG >::operator _slice_type *const & | ( | ) | const |
ACE_INLINE TAO_Array_Forany_T< T, T_slice, TAG > & TAO_Array_Forany_T< T, T_slice, TAG >::operator= | ( | const TAO_Array_Forany_T< T, T_slice, TAG > & | ) |
Definition at line 289 of file Array_VarOut_T.inl.
References TAO_Array_Forany_T< T, T_slice, TAG >::nocopy_, and TAO_Array_Forany_T< T, T_slice, TAG >::ptr_.
ACE_INLINE TAO_Array_Forany_T< T, T_slice, TAG > & TAO_Array_Forany_T< T, T_slice, TAG >::operator= | ( | _slice_type * | ) |
Definition at line 280 of file Array_VarOut_T.inl.
References TAO_Array_Forany_T< T, T_slice, TAG >::ptr_.
00281 { 00282 this->ptr_ = p; 00283 return *this; 00284 }
ACE_INLINE const T_slice & TAO_Array_Forany_T< T, T_slice, TAG >::operator[] | ( | CORBA::ULong | index | ) | const |
Definition at line 315 of file Array_VarOut_T.inl.
References TAO_Array_Forany_T< T, T_slice, TAG >::ptr_.
00316 { 00317 const T_slice & tmp = this->ptr_[index]; 00318 return tmp; 00319 }
ACE_INLINE T_slice & TAO_Array_Forany_T< T, T_slice, TAG >::operator[] | ( | CORBA::ULong | index | ) |
Definition at line 324 of file Array_VarOut_T.inl.
References TAO_Array_Forany_T< T, T_slice, TAG >::ptr_.
00325 { 00326 return this->ptr_[index]; 00327 }
ACE_INLINE T_slice *& TAO_Array_Forany_T< T, T_slice, TAG >::out | ( | void | ) |
Definition at line 348 of file Array_VarOut_T.inl.
References TAO_Array_Forany_T< T, T_slice, TAG >::ptr_.
00349 { 00350 return this->ptr_; 00351 }
ACE_INLINE T_slice * TAO_Array_Forany_T< T, T_slice, TAG >::ptr | ( | void | ) | const |
Definition at line 372 of file Array_VarOut_T.inl.
References TAO_Array_Forany_T< T, T_slice, TAG >::ptr_.
00373 { 00374 return this->ptr_; 00375 }
ACE_INLINE T_slice * TAO_Array_Forany_T< T, T_slice, TAG >::tao_alloc | ( | void | ) | [static] |
CORBA::Boolean TAO_Array_Forany_T< T, T_slice, TAG >::nocopy_ [private] |
Definition at line 85 of file Array_VarOut_T.h.
Referenced by TAO_Array_Forany_T< T, T_slice, TAG >::nocopy(), and TAO_Array_Forany_T< T, T_slice, TAG >::operator=().
_slice_type* TAO_Array_Forany_T< T, T_slice, TAG >::ptr_ [private] |
Definition at line 84 of file Array_VarOut_T.h.
Referenced by TAO_Array_Forany_T< T, T_slice, TAG >::_retn(), TAO_Array_Forany_T< T, T_slice, TAG >::in(), TAO_Array_Forany_T< T, T_slice, TAG >::inout(), TAO_Array_Forany_T< T, T_slice, TAG >::operator=(), TAO_Array_Forany_T< T, T_slice, TAG >::operator[](), TAO_Array_Forany_T< T, T_slice, TAG >::out(), and TAO_Array_Forany_T< T, T_slice, TAG >::ptr().