Parametrized implementation of _forany class for arrays. More...
#include <Array_VarOut_T.h>
Parametrized implementation of _forany class for arrays.
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.
| TAO_Array_Forany_T< T, T_slice, TAG >::TAO_Array_Forany_T | ( | void | ) | [inline] |
Definition at line 246 of file Array_VarOut_T.inl.
| TAO_Array_Forany_T< T, T_slice, TAG >::TAO_Array_Forany_T | ( | _slice_type * | p, | |
| CORBA::Boolean | nocopy = false | |||
| ) | [inline] |
Definition at line 253 of file Array_VarOut_T.inl.
| TAO_Array_Forany_T< T, T_slice, TAG >::TAO_Array_Forany_T | ( | const TAO_Array_Forany_T< T, T_slice, TAG > & | p | ) | [inline] |
| TAO_Array_Forany_T< T, T_slice, TAG >::~TAO_Array_Forany_T | ( | void | ) | [inline] |
Definition at line 273 of file Array_VarOut_T.inl.
| T_slice * TAO_Array_Forany_T< T, T_slice, TAG >::_retn | ( | void | ) | [inline] |
Definition at line 356 of file Array_VarOut_T.inl.
00357 { 00358 return this->ptr_; 00359 }
| void TAO_Array_Forany_T< T, T_slice, TAG >::_tao_any_destructor | ( | void * | _tao_void_pointer | ) | [inline, static] |
Definition at line 85 of file Array_VarOut_T.cpp.
| const T_slice * TAO_Array_Forany_T< T, T_slice, TAG >::in | ( | void | ) | const [inline] |
Definition at line 332 of file Array_VarOut_T.inl.
00333 { 00334 return this->ptr_; 00335 }
| T_slice * TAO_Array_Forany_T< T, T_slice, TAG >::inout | ( | void | ) | [inline] |
Definition at line 340 of file Array_VarOut_T.inl.
00341 { 00342 return this->ptr_; 00343 }
| CORBA::Boolean TAO_Array_Forany_T< T, T_slice, TAG >::nocopy | ( | void | ) | const [inline] |
Definition at line 364 of file Array_VarOut_T.inl.
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 |
| 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 > & | p | ) | [inline] |
| TAO_Array_Forany_T< T, T_slice, TAG > & TAO_Array_Forany_T< T, T_slice, TAG >::operator= | ( | _slice_type * | p | ) | [inline] |
Definition at line 280 of file Array_VarOut_T.inl.
00281 { 00282 this->ptr_ = p; 00283 return *this; 00284 }
| const T_slice & TAO_Array_Forany_T< T, T_slice, TAG >::operator[] | ( | CORBA::ULong | index | ) | const [inline] |
Definition at line 315 of file Array_VarOut_T.inl.
00316 { 00317 const T_slice & tmp = this->ptr_[index]; 00318 return tmp; 00319 }
| T_slice & TAO_Array_Forany_T< T, T_slice, TAG >::operator[] | ( | CORBA::ULong | index | ) | [inline] |
Definition at line 324 of file Array_VarOut_T.inl.
00325 { 00326 return this->ptr_[index]; 00327 }
| T_slice *& TAO_Array_Forany_T< T, T_slice, TAG >::out | ( | void | ) | [inline] |
Definition at line 348 of file Array_VarOut_T.inl.
00349 { 00350 return this->ptr_; 00351 }
| T_slice * TAO_Array_Forany_T< T, T_slice, TAG >::ptr | ( | void | ) | const [inline] |
Definition at line 372 of file Array_VarOut_T.inl.
00373 { 00374 return this->ptr_; 00375 }
| T_slice * TAO_Array_Forany_T< T, T_slice, TAG >::tao_alloc | ( | void | ) | [inline, static] |
Definition at line 380 of file Array_VarOut_T.inl.
CORBA::Boolean TAO_Array_Forany_T< T, T_slice, TAG >::nocopy_ [private] |
Definition at line 85 of file Array_VarOut_T.h.
_slice_type* TAO_Array_Forany_T< T, T_slice, TAG >::ptr_ [private] |
Definition at line 84 of file Array_VarOut_T.h.
1.6.1