#include <Seq_Var_T.h>
Inheritance diagram for TAO_Seq_Var_Base_T< T, T_elem >:
Public Types | |
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, T_elem > &) | |
~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 |
Protected Attributes | |
T * | ptr_ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|