TAO 4.0.1
|
Parametrized implementation of _var class for sequences whose element is of variable size.. More...
#include <Seq_Var_T.h>
Public Types | |
typedef T::subscript_type | T_elem |
typedef T::const_subscript_type | T_const_elem |
![]() | |
typedef T::subscript_type | T_elem |
typedef const T & | _in_type |
typedef T & | _inout_type |
typedef T *& | _out_type |
typedef T * | _retn_type |
Public Member Functions | |
TAO_VarSeq_Var_T () | |
TAO_VarSeq_Var_T (T *) | |
TAO_VarSeq_Var_T (const TAO_VarSeq_Var_T< T > &) | |
TAO_VarSeq_Var_T & | operator= (T *) |
TAO_VarSeq_Var_T & | operator= (const TAO_VarSeq_Var_T< T > &) |
T_elem | operator[] (CORBA::ULong index) |
T_const_elem | operator[] (CORBA::ULong index) const |
operator T*& () | |
Variable-size base types only. | |
![]() | |
TAO_Seq_Var_Base_T () | |
TAO_Seq_Var_Base_T (T *) | |
TAO_Seq_Var_Base_T (const TAO_Seq_Var_Base_T< T > &) | |
~TAO_Seq_Var_Base_T () | |
T * | operator-> () |
const T * | operator-> () const |
operator const T & () const | |
operator T& () | |
operator T& () const | |
_in_type | in () const |
_inout_type | inout () |
_out_type | out () |
_retn_type | _retn () |
_retn_type | ptr () const |
TAO extension. | |
Additional Inherited Members | |
![]() | |
T * | ptr_ |
Parametrized implementation of _var class for sequences whose element is of variable size..
typedef T::const_subscript_type TAO_VarSeq_Var_T< T >::T_const_elem |
typedef T::subscript_type TAO_VarSeq_Var_T< T >::T_elem |
TAO_VarSeq_Var_T< T >::TAO_VarSeq_Var_T | ( | ) |
TAO_VarSeq_Var_T< T >::TAO_VarSeq_Var_T | ( | T * | p | ) |
TAO_VarSeq_Var_T< T >::TAO_VarSeq_Var_T | ( | const TAO_VarSeq_Var_T< T > & | p | ) |
TAO_VarSeq_Var_T< T >::operator T*& | ( | ) |
Variable-size base types only.
TAO_VarSeq_Var_T< T > & TAO_VarSeq_Var_T< T >::operator= | ( | const TAO_VarSeq_Var_T< T > & | p | ) |
TAO_VarSeq_Var_T< T > & TAO_VarSeq_Var_T< T >::operator= | ( | T * | p | ) |
TAO_VarSeq_Var_T< T >::T_elem TAO_VarSeq_Var_T< T >::operator[] | ( | CORBA::ULong | index | ) |
TAO_VarSeq_Var_T< T >::T_const_elem TAO_VarSeq_Var_T< T >::operator[] | ( | CORBA::ULong | index | ) | const |