TAO  2.0.6
Public Types | Public Member Functions | Private Types
TAO_FixedArray_Var_T Class Reference

Parametrized implementation of _var class for arrays with elements of fixed size. More...

#include <Array_VarOut_T.h>

Inheritance diagram for TAO_FixedArray_Var_T:
Inheritance graph
[legend]
Collaboration diagram for TAO_FixedArray_Var_T:
Collaboration graph
[legend]

List of all members.

Public Types

typedef T_slice _slice_type
typedef T_slice * _out_type

Public Member Functions

 TAO_FixedArray_Var_T (void)
 TAO_FixedArray_Var_T (_slice_type *)
 TAO_FixedArray_Var_T (const TAO_FixedArray_Var_T< T, T_slice, TAG > &)
TAO_FixedArray_Var_T< T,
T_slice, TAG > & 
operator= (_slice_type *)
TAO_FixedArray_Var_T< T,
T_slice, TAG > & 
operator= (const TAO_FixedArray_Var_T< T, T_slice, TAG > &)
_out_type out (void)

Private Types

typedef TAO_Array_Var_Base_T
< T, T_slice, TAG >::FORANY 
FORANY

Detailed Description

Parametrized implementation of _var class for arrays with elements of fixed size.


Member Typedef Documentation

typedef TAO_Array_Var_Base_T<T,T_slice,TAG>::FORANY TAO_FixedArray_Var_T::FORANY [private]

Constructor & Destructor Documentation

TAO_FixedArray_Var_T::TAO_FixedArray_Var_T ( void  )
TAO_FixedArray_Var_T::TAO_FixedArray_Var_T ( _slice_type p)
TAO_FixedArray_Var_T::TAO_FixedArray_Var_T ( const TAO_FixedArray_Var_T< T, T_slice, TAG > &  )

Member Function Documentation

TAO_FixedArray_Var_T< T, T_slice, TAG > & TAO_FixedArray_Var_T::operator= ( _slice_type p)
TAO_FixedArray_Var_T< T, T_slice, TAG > & TAO_FixedArray_Var_T::operator= ( const TAO_FixedArray_Var_T< T, T_slice, TAG > &  p)
T_slice * TAO_FixedArray_Var_T::out ( void  )

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines