TAO  2.1.8
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | List of all members
TAO_VarSeq_Var_T< T > Class Template Reference

Parametrized implementation of _var class for sequences whose element is of variable size.. More...

#include <Seq_Var_T.h>

Inheritance diagram for TAO_VarSeq_Var_T< T >:
Inheritance graph
Collaboration diagram for TAO_VarSeq_Var_T< T >:
Collaboration graph

Public Types

typedef T::subscript_type T_elem
 
typedef T::const_subscript_type T_const_elem
 
- Public Types inherited from TAO_Seq_Var_Base_T< T >
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 (void)
 
 TAO_VarSeq_Var_T (T *)
 
 TAO_VarSeq_Var_T (const TAO_VarSeq_Var_T< T > &)
 
TAO_VarSeq_Var_Toperator= (T *)
 
TAO_VarSeq_Var_Toperator= (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. More...
 
- Public Member Functions inherited from TAO_Seq_Var_Base_T< T >
 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. More...
 

Additional Inherited Members

- Protected Attributes inherited from TAO_Seq_Var_Base_T< T >
T * ptr_
 

Detailed Description

template<typename T>
class TAO_VarSeq_Var_T< T >

Parametrized implementation of _var class for sequences whose element is of variable size..

Member Typedef Documentation

template<typename T>
typedef T::const_subscript_type TAO_VarSeq_Var_T< T >::T_const_elem
template<typename T>
typedef T::subscript_type TAO_VarSeq_Var_T< T >::T_elem

Constructor & Destructor Documentation

template<typename T >
TAO_VarSeq_Var_T< T >::TAO_VarSeq_Var_T ( void  )
template<typename T>
TAO_VarSeq_Var_T< T >::TAO_VarSeq_Var_T ( T *  p)
template<typename T>
TAO_VarSeq_Var_T< T >::TAO_VarSeq_Var_T ( const TAO_VarSeq_Var_T< T > &  p)

Member Function Documentation

template<typename T >
TAO_VarSeq_Var_T< T >::operator T *& ( )

Variable-size base types only.

template<typename T>
TAO_VarSeq_Var_T< T > & TAO_VarSeq_Var_T< T >::operator= ( T *  p)
template<typename T>
TAO_VarSeq_Var_T< T > & TAO_VarSeq_Var_T< T >::operator= ( const TAO_VarSeq_Var_T< T > &  p)
template<typename T >
TAO_VarSeq_Var_T< T >::T_elem TAO_VarSeq_Var_T< T >::operator[] ( CORBA::ULong  index)
template<typename T >
TAO_VarSeq_Var_T< T >::T_const_elem TAO_VarSeq_Var_T< T >::operator[] ( CORBA::ULong  index) const

The documentation for this class was generated from the following files: