#include <Seq_Var_T.h>
Inheritance diagram for TAO_FixedSeq_Var_T< T >:


Public Types | |
| typedef T::subscript_type | T_elem | 
| typedef T::const_subscript_type | T_const_elem | 
Public Member Functions | |
| TAO_FixedSeq_Var_T (void) | |
| TAO_FixedSeq_Var_T (T *) | |
| TAO_FixedSeq_Var_T (const TAO_FixedSeq_Var_T< T > &) | |
| TAO_FixedSeq_Var_T (const T &) | |
| TAO_FixedSeq_Var_T & | operator= (T *) | 
| TAO_FixedSeq_Var_T & | operator= (const TAO_FixedSeq_Var_T< T > &) | 
| T_elem | operator[] (CORBA::ULong index) | 
| T_const_elem | operator[] (CORBA::ULong index) const | 
| TAO_FixedSeq_Var_T & | operator= (const T &) | 
| Fixed-size base types only.   | |
| typedef T::const_subscript_type TAO_FixedSeq_Var_T< T >::T_const_elem | 
| typedef T::subscript_type TAO_FixedSeq_Var_T< T >::T_elem | 
Reimplemented from TAO_Seq_Var_Base_T< T >.
| ACE_INLINE TAO_FixedSeq_Var_T< T >::TAO_FixedSeq_Var_T | ( | void | ) | 
| ACE_INLINE TAO_FixedSeq_Var_T< T >::TAO_FixedSeq_Var_T | ( | T * | ) | 
| TAO_FixedSeq_Var_T< T >::TAO_FixedSeq_Var_T | ( | const TAO_FixedSeq_Var_T< T > & | ) | 
| ACE_INLINE TAO_FixedSeq_Var_T< T >::TAO_FixedSeq_Var_T | ( | const T & | ) | 
| TAO_FixedSeq_Var_T< T > & TAO_FixedSeq_Var_T< T >::operator= | ( | const T & | ) | 
Fixed-size base types only.
| TAO_FixedSeq_Var_T< T > & TAO_FixedSeq_Var_T< T >::operator= | ( | const TAO_FixedSeq_Var_T< T > & | ) | 
| ACE_INLINE TAO_FixedSeq_Var_T< T > & TAO_FixedSeq_Var_T< T >::operator= | ( | T * | ) | 
| ACE_INLINE TAO_FixedSeq_Var_T< T >::T_const_elem TAO_FixedSeq_Var_T< T >::operator[] | ( | CORBA::ULong | index | ) | const | 
| ACE_INLINE TAO_FixedSeq_Var_T< T >::T_elem TAO_FixedSeq_Var_T< T >::operator[] | ( | CORBA::ULong | index | ) | 
 1.4.7-1