TAO
2.3.3
|
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 (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_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 (void) const |
_inout_type | inout (void) |
_out_type | out (void) |
_retn_type | _retn (void) |
_slice_type * | ptr (void) const |
CORBA::Boolean | nocopy (void) const |
Static Public Member Functions | |
static void | _tao_any_destructor (void *) |
static _slice_type * | tao_alloc (void) |
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 | ( | void | ) |
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 | ( | void | ) |
T_slice * TAO_Array_Forany_T< T, T_slice, TAG >::_retn | ( | void | ) |
|
static |
const T_slice * TAO_Array_Forany_T< T, T_slice, TAG >::in | ( | void | ) | const |
T_slice * TAO_Array_Forany_T< T, T_slice, TAG >::inout | ( | void | ) |
CORBA::Boolean TAO_Array_Forany_T< T, T_slice, TAG >::nocopy | ( | void | ) | 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 | ( | void | ) |
T_slice * TAO_Array_Forany_T< T, T_slice, TAG >::ptr | ( | void | ) | const |
|
static |
|
private |
|
private |