| 
    TAO 4.0.0
    
   | 
 
Parametrized implementation of _forany class for arrays. More...
#include <Array_VarOut_T.h>
Public Types | |
| typedef T | _array_type | 
| typedef T_slice | _slice_type | 
| typedef TAG | _tag_type | 
| typedef const _slice_type * | _in_type | 
| typedef _slice_type * | _inout_type | 
| typedef _slice_type *& | _out_type | 
| typedef _slice_type * | _retn_type | 
| typedef _slice_type *& | _retn_arg_type | 
Public Member Functions | |
| TAO_Array_Forany_T () | |
| TAO_Array_Forany_T (_slice_type *, CORBA::Boolean nocopy=false) | |
| TAO_Array_Forany_T (const TAO_Array_Forany_T< T, T_slice, TAG > &) | |
| ~TAO_Array_Forany_T () | |
| TAO_Array_Forany_T & | operator= (_slice_type *) | 
| TAO_Array_Forany_T & | operator= (const TAO_Array_Forany_T< T, T_slice, TAG > &) | 
| _slice_type & | operator[] (CORBA::ULong index) | 
| const _slice_type & | operator[] (CORBA::ULong index) const | 
| operator _slice_type *const & () const | |
| operator _slice_type *& () | |
| _in_type | in () const | 
| _inout_type | inout () | 
| _out_type | out () | 
| _retn_type | _retn () | 
| _slice_type * | ptr () const | 
| CORBA::Boolean | nocopy () const | 
Static Public Member Functions | |
| static void | _tao_any_destructor (void *) | 
| static _slice_type * | tao_alloc () | 
Private Types | |
| typedef TAO_Array_Forany_T< T, T_slice, TAG > | FORANY | 
Private Attributes | |
| _slice_type * | ptr_ | 
| CORBA::Boolean | nocopy_ | 
Parametrized implementation of _forany class for arrays.
| typedef T TAO_Array_Forany_T< T, T_slice, TAG >::_array_type | 
| typedef const _slice_type* TAO_Array_Forany_T< T, T_slice, TAG >::_in_type | 
| typedef _slice_type* TAO_Array_Forany_T< T, T_slice, TAG >::_inout_type | 
| typedef _slice_type* & TAO_Array_Forany_T< T, T_slice, TAG >::_out_type | 
| typedef _slice_type*& TAO_Array_Forany_T< T, T_slice, TAG >::_retn_arg_type | 
| typedef _slice_type* TAO_Array_Forany_T< T, T_slice, TAG >::_retn_type | 
| typedef T_slice TAO_Array_Forany_T< T, T_slice, TAG >::_slice_type | 
| typedef TAG TAO_Array_Forany_T< T, T_slice, TAG >::_tag_type | 
      
  | 
  private | 
| TAO_Array_Forany_T< T, T_slice, TAG >::TAO_Array_Forany_T | ( | ) | 
| TAO_Array_Forany_T< T, T_slice, TAG >::TAO_Array_Forany_T | ( | _slice_type * | p, | 
| CORBA::Boolean | nocopy = false ) | 
| TAO_Array_Forany_T< T, T_slice, TAG >::TAO_Array_Forany_T | ( | const TAO_Array_Forany_T< T, T_slice, TAG > & | p | ) | 
| TAO_Array_Forany_T< T, T_slice, TAG >::~TAO_Array_Forany_T | ( | ) | 
| T_slice * TAO_Array_Forany_T< T, T_slice, TAG >::_retn | ( | ) | 
      
  | 
  static | 
| const T_slice * TAO_Array_Forany_T< T, T_slice, TAG >::in | ( | ) | const | 
| T_slice * TAO_Array_Forany_T< T, T_slice, TAG >::inout | ( | ) | 
| CORBA::Boolean TAO_Array_Forany_T< T, T_slice, TAG >::nocopy | ( | ) | const | 
| 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= | ( | _slice_type * | p | ) | 
| 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 | ) | 
| T_slice & TAO_Array_Forany_T< T, T_slice, TAG >::operator[] | ( | CORBA::ULong | index | ) | 
| const T_slice & TAO_Array_Forany_T< T, T_slice, TAG >::operator[] | ( | CORBA::ULong | index | ) | const | 
| T_slice *& TAO_Array_Forany_T< T, T_slice, TAG >::out | ( | ) | 
| T_slice * TAO_Array_Forany_T< T, T_slice, TAG >::ptr | ( | ) | const | 
      
  | 
  static | 
      
  | 
  private | 
      
  | 
  private |