TAO 4.0.1
Loading...
Searching...
No Matches
Public Types | Public Member Functions | List of all members
TAO_Fixed_Var_T< T > Class Template Reference

Parametrized implementation of _var class for structs, unions, and exceptions with members of fixed size. More...

#include <VarOut_T.h>

Inheritance diagram for TAO_Fixed_Var_T< T >:
Inheritance graph
[legend]
Collaboration diagram for TAO_Fixed_Var_T< T >:
Collaboration graph
[legend]

Public Types

typedef T & _out_type
 
typedef T _retn_type
 
- Public Types inherited from TAO_Var_Base_T< T >
typedef const T & _in_type
 
typedef T & _inout_type
 

Public Member Functions

 TAO_Fixed_Var_T ()
 
 TAO_Fixed_Var_T (T *)
 
 TAO_Fixed_Var_T (const TAO_Fixed_Var_T< T > &)
 
 TAO_Fixed_Var_T (const T &)
 
TAO_Fixed_Var_Toperator= (T *)
 
TAO_Fixed_Var_Toperator= (const TAO_Fixed_Var_T< T > &)
 
TAO_Fixed_Var_Toperator= (const T &)
 
 operator const T & () const
 
 operator T& ()
 
 operator T& () const
 
_out_type out ()
 
_retn_type _retn ()
 
- Public Member Functions inherited from TAO_Var_Base_T< T >
 TAO_Var_Base_T ()
 
 TAO_Var_Base_T (T *)
 
 TAO_Var_Base_T (const TAO_Var_Base_T< T > &)
 
 ~TAO_Var_Base_T ()
 
T * operator-> ()
 
const T * operator-> () const
 
_in_type in () const
 
_inout_type inout ()
 
T * ptr () const
 
 operator T*& ()
 

Additional Inherited Members

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

Detailed Description

template<typename T>
class TAO_Fixed_Var_T< T >

Parametrized implementation of _var class for structs, unions, and exceptions with members of fixed size.

Member Typedef Documentation

◆ _out_type

template<typename T >
typedef T& TAO_Fixed_Var_T< T >::_out_type

◆ _retn_type

template<typename T >
typedef T TAO_Fixed_Var_T< T >::_retn_type

Constructor & Destructor Documentation

◆ TAO_Fixed_Var_T() [1/4]

template<typename T >
TAO_Fixed_Var_T< T >::TAO_Fixed_Var_T ( )

◆ TAO_Fixed_Var_T() [2/4]

template<typename T >
TAO_Fixed_Var_T< T >::TAO_Fixed_Var_T ( T * p)

◆ TAO_Fixed_Var_T() [3/4]

template<typename T >
TAO_Fixed_Var_T< T >::TAO_Fixed_Var_T ( const TAO_Fixed_Var_T< T > & p)

◆ TAO_Fixed_Var_T() [4/4]

template<typename T >
TAO_Fixed_Var_T< T >::TAO_Fixed_Var_T ( const T & p)

Member Function Documentation

◆ _retn()

template<typename T >
T TAO_Fixed_Var_T< T >::_retn ( )

◆ operator const T &()

template<typename T >
TAO_Fixed_Var_T< T >::operator const T & ( ) const

◆ operator T&() [1/2]

template<typename T >
TAO_Fixed_Var_T< T >::operator T& ( )

◆ operator T&() [2/2]

template<typename T >
TAO_Fixed_Var_T< T >::operator T& ( ) const

◆ operator=() [1/3]

template<typename T >
TAO_Fixed_Var_T< T > & TAO_Fixed_Var_T< T >::operator= ( const T & p)

◆ operator=() [2/3]

template<typename T >
TAO_Fixed_Var_T< T > & TAO_Fixed_Var_T< T >::operator= ( const TAO_Fixed_Var_T< T > & p)

◆ operator=() [3/3]

template<typename T >
TAO_Fixed_Var_T< T > & TAO_Fixed_Var_T< T >::operator= ( T * p)

◆ out()

template<typename T >
T & TAO_Fixed_Var_T< T >::out ( )

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