#include <Seq_Var_T.h>
Public Types | |
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_Seq_Var_Base_T (void) | |
TAO_Seq_Var_Base_T (T *) | |
TAO_Seq_Var_Base_T (const TAO_Seq_Var_Base_T< T > &) | |
~TAO_Seq_Var_Base_T (void) | |
T * | operator-> (void) |
const T * | operator-> (void) const |
operator const T & () const | |
operator T & () | |
operator T & () const | |
_in_type | in (void) const |
_inout_type | inout (void) |
_out_type | out (void) |
_retn_type | _retn (void) |
_retn_type | ptr (void) const |
TAO extension. | |
Protected Attributes | |
T * | ptr_ |
typedef const T& TAO_Seq_Var_Base_T< T >::_in_type |
typedef T& TAO_Seq_Var_Base_T< T >::_inout_type |
typedef T*& TAO_Seq_Var_Base_T< T >::_out_type |
typedef T* TAO_Seq_Var_Base_T< T >::_retn_type |
typedef T::subscript_type TAO_Seq_Var_Base_T< T >::T_elem |
Reimplemented in TAO_FixedSeq_Var_T< T >, and TAO_VarSeq_Var_T< T >.
TAO_Seq_Var_Base_T< T >::TAO_Seq_Var_Base_T | ( | void | ) |
TAO_Seq_Var_Base_T< T >::TAO_Seq_Var_Base_T | ( | 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 >::~TAO_Seq_Var_Base_T | ( | void | ) |
_retn_type TAO_Seq_Var_Base_T< T >::_retn | ( | void | ) |
_in_type TAO_Seq_Var_Base_T< T >::in | ( | void | ) | const |
_inout_type TAO_Seq_Var_Base_T< T >::inout | ( | void | ) |
TAO_Seq_Var_Base_T< T >::operator const T & | ( | ) | const |
TAO_Seq_Var_Base_T< T >::operator T & | ( | ) | const |
TAO_Seq_Var_Base_T< T >::operator T & | ( | ) |
const T* TAO_Seq_Var_Base_T< T >::operator-> | ( | void | ) | const |
T* TAO_Seq_Var_Base_T< T >::operator-> | ( | void | ) |
_out_type TAO_Seq_Var_Base_T< T >::out | ( | void | ) |
_retn_type TAO_Seq_Var_Base_T< T >::ptr | ( | void | ) | const |
TAO extension.
T* TAO_Seq_Var_Base_T< T >::ptr_ [protected] |