TAO 4.0.2
|
Parametrized implementation of _var base class for sequences. More...
#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 () | |
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. | |
Protected Attributes | |
T * | ptr_ |
Parametrized implementation of _var base class for sequences.
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 |
TAO_Seq_Var_Base_T< T >::TAO_Seq_Var_Base_T | ( | ) |
TAO_Seq_Var_Base_T< T >::TAO_Seq_Var_Base_T | ( | T * | p | ) |
TAO_Seq_Var_Base_T< T >::TAO_Seq_Var_Base_T | ( | const TAO_Seq_Var_Base_T< T > & | p | ) |
TAO_Seq_Var_Base_T< T >::~TAO_Seq_Var_Base_T | ( | ) |
T * TAO_Seq_Var_Base_T< T >::_retn | ( | ) |
const T & TAO_Seq_Var_Base_T< T >::in | ( | ) | const |
T & TAO_Seq_Var_Base_T< T >::inout | ( | ) |
TAO_Seq_Var_Base_T< T >::operator const T & | ( | ) | const |
TAO_Seq_Var_Base_T< T >::operator T& | ( | ) |
TAO_Seq_Var_Base_T< T >::operator T& | ( | ) | const |
T * TAO_Seq_Var_Base_T< T >::operator-> | ( | ) |
const T * TAO_Seq_Var_Base_T< T >::operator-> | ( | ) | const |
T *& TAO_Seq_Var_Base_T< T >::out | ( | ) |
T * TAO_Seq_Var_Base_T< T >::ptr | ( | ) | const |
TAO extension.
|
protected |