TAO
2.0.7
|
Parametrized implementation of _forany class for arrays. More...
#include <Array_VarOut_T.h>
Parametrized implementation of _forany class for arrays.
typedef T TAO_Array_Forany_T::_array_type |
typedef const _slice_type* TAO_Array_Forany_T::_in_type |
typedef _slice_type* & TAO_Array_Forany_T::_out_type |
typedef T_slice TAO_Array_Forany_T::_slice_type |
typedef TAG TAO_Array_Forany_T::_tag_type |
typedef TAO_Array_Forany_T<T,T_slice,TAG> TAO_Array_Forany_T::FORANY [private] |
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 | ) |
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] |
CORBA::Boolean TAO_Array_Forany_T::nocopy_ [private] |
_slice_type* TAO_Array_Forany_T::ptr_ [private] |