TAO  2.0.7
Public Types | Public Member Functions | Static Public Member Functions | Private Types | Private Attributes
TAO_Array_Forany_T Class Reference

Parametrized implementation of _forany class for arrays. More...

#include <Array_VarOut_T.h>

List of all members.

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 (void)
 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 (void)
TAO_Array_Forany_Toperator= (_slice_type *)
TAO_Array_Forany_Toperator= (const TAO_Array_Forany_T< T, T_slice, TAG > &)
_slice_typeoperator[] (CORBA::ULong index)
const _slice_typeoperator[] (CORBA::ULong index) const
 operator _slice_type *const & () const
 operator _slice_type *& ()
_in_type in (void) const
_inout_type inout (void)
_out_type out (void)
_retn_type _retn (void)
_slice_typeptr (void) const
CORBA::Boolean nocopy (void) const

Static Public Member Functions

static void _tao_any_destructor (void *)
static _slice_typetao_alloc (void)

Private Types

typedef TAO_Array_Forany_T< T,
T_slice, TAG > 
FORANY

Private Attributes

_slice_typeptr_
CORBA::Boolean nocopy_

Detailed Description

Parametrized implementation of _forany class for arrays.


Member Typedef Documentation

typedef TAO_Array_Forany_T<T,T_slice,TAG> TAO_Array_Forany_T::FORANY [private]

Constructor & Destructor Documentation

TAO_Array_Forany_T::TAO_Array_Forany_T ( void  )
TAO_Array_Forany_T::TAO_Array_Forany_T ( _slice_type p,
CORBA::Boolean  nocopy = false 
)
TAO_Array_Forany_T::TAO_Array_Forany_T ( const TAO_Array_Forany_T< T, T_slice, TAG > &  p)
TAO_Array_Forany_T::~TAO_Array_Forany_T ( void  )

Member Function Documentation

T_slice * TAO_Array_Forany_T::_retn ( void  )
void TAO_Array_Forany_T::_tao_any_destructor ( void *  _tao_void_pointer) [static]
const T_slice * TAO_Array_Forany_T::in ( void  ) const
T_slice * TAO_Array_Forany_T::inout ( void  )
CORBA::Boolean TAO_Array_Forany_T::nocopy ( void  ) const
TAO_Array_Forany_T::operator _slice_type *& ( )
TAO_Array_Forany_T::operator _slice_type *const & ( ) const
TAO_Array_Forany_T< T, T_slice, TAG > & TAO_Array_Forany_T::operator= ( _slice_type p)
TAO_Array_Forany_T< T, T_slice, TAG > & TAO_Array_Forany_T::operator= ( const TAO_Array_Forany_T< T, T_slice, TAG > &  p)
T_slice & TAO_Array_Forany_T::operator[] ( CORBA::ULong  index)
const T_slice & TAO_Array_Forany_T::operator[] ( CORBA::ULong  index) const
T_slice *& TAO_Array_Forany_T::out ( void  )
T_slice * TAO_Array_Forany_T::ptr ( void  ) const
T_slice * TAO_Array_Forany_T::tao_alloc ( void  ) [static]

Member Data Documentation


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines