#include <VarOut_T.h>
Inheritance diagram for TAO_Fixed_Var_T< T >:
Public Types | |
typedef T & | _out_type |
typedef T | _retn_type |
Public Member Functions | |
TAO_Fixed_Var_T (void) | |
TAO_Fixed_Var_T (T *) | |
TAO_Fixed_Var_T (const TAO_Fixed_Var_T< T > &) | |
TAO_Fixed_Var_T (const T &) | |
TAO_Fixed_Var_T & | operator= (T *) |
TAO_Fixed_Var_T & | operator= (const TAO_Fixed_Var_T< T > &) |
TAO_Fixed_Var_T & | operator= (const T &) |
_out_type | out (void) |
_retn_type | _retn (void) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|