TAO
2.0.7
|
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 (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_ |
Parametrized implementation of _var base class for sequences.
typedef const T& TAO_Seq_Var_Base_T::_in_type |
typedef T& TAO_Seq_Var_Base_T::_inout_type |
typedef T*& TAO_Seq_Var_Base_T::_out_type |
typedef T* TAO_Seq_Var_Base_T::_retn_type |
typedef T::subscript_type TAO_Seq_Var_Base_T::T_elem |
Reimplemented in TAO_VarSeq_Var_T, and TAO_FixedSeq_Var_T.
TAO_Seq_Var_Base_T::TAO_Seq_Var_Base_T | ( | void | ) |
TAO_Seq_Var_Base_T::TAO_Seq_Var_Base_T | ( | T * | ) |
TAO_Seq_Var_Base_T::TAO_Seq_Var_Base_T | ( | const TAO_Seq_Var_Base_T< T > & | ) |
TAO_Seq_Var_Base_T::~TAO_Seq_Var_Base_T | ( | void | ) |
_retn_type TAO_Seq_Var_Base_T::_retn | ( | void | ) |
_in_type TAO_Seq_Var_Base_T::in | ( | void | ) | const |
_inout_type TAO_Seq_Var_Base_T::inout | ( | void | ) |
TAO_Seq_Var_Base_T::operator const T & | ( | ) | const |
TAO_Seq_Var_Base_T::operator T & | ( | ) |
TAO_Seq_Var_Base_T::operator T & | ( | ) | const |
T* TAO_Seq_Var_Base_T::operator-> | ( | void | ) |
const T* TAO_Seq_Var_Base_T::operator-> | ( | void | ) | const |
_out_type TAO_Seq_Var_Base_T::out | ( | void | ) |
_retn_type TAO_Seq_Var_Base_T::ptr | ( | void | ) | const |
TAO extension.
T* TAO_Seq_Var_Base_T::ptr_ [protected] |