TAO_PortableServer
2.0.8
|
Template class for skeleton argument traits of variable size IDL types. More...
#include <Var_Size_SArgument_T.h>
Public Types | |
typedef T * | ret_type |
typedef const T & | in_type |
typedef T & | inout_type |
typedef T::_out_type | out_type |
typedef In_Var_Size_SArgument_T< T, Insert_Policy > | in_arg_val |
typedef Inout_Var_Size_SArgument_T< T, Insert_Policy > | inout_arg_val |
typedef Out_Var_Size_SArgument_T< T, Insert_Policy > | out_arg_val |
typedef Ret_Var_Size_SArgument_T< T, Insert_Policy > | ret_val |
typedef in_type | in_arg_type |
typedef inout_type | inout_arg_type |
typedef ret_type & | out_arg_type |
typedef ret_type & | ret_arg_type |
Template class for skeleton argument traits of variable size IDL types.
typedef in_type TAO::Var_Size_SArg_Traits_T< T, Insert_Policy >::in_arg_type |
typedef In_Var_Size_SArgument_T<T,Insert_Policy> TAO::Var_Size_SArg_Traits_T< T, Insert_Policy >::in_arg_val |
typedef const T& TAO::Var_Size_SArg_Traits_T< T, Insert_Policy >::in_type |
typedef inout_type TAO::Var_Size_SArg_Traits_T< T, Insert_Policy >::inout_arg_type |
typedef Inout_Var_Size_SArgument_T<T,Insert_Policy> TAO::Var_Size_SArg_Traits_T< T, Insert_Policy >::inout_arg_val |
typedef T& TAO::Var_Size_SArg_Traits_T< T, Insert_Policy >::inout_type |
typedef ret_type& TAO::Var_Size_SArg_Traits_T< T, Insert_Policy >::out_arg_type |
typedef Out_Var_Size_SArgument_T<T,Insert_Policy> TAO::Var_Size_SArg_Traits_T< T, Insert_Policy >::out_arg_val |
typedef T::_out_type TAO::Var_Size_SArg_Traits_T< T, Insert_Policy >::out_type |
typedef ret_type& TAO::Var_Size_SArg_Traits_T< T, Insert_Policy >::ret_arg_type |
typedef T* TAO::Var_Size_SArg_Traits_T< T, Insert_Policy >::ret_type |
typedef Ret_Var_Size_SArgument_T<T,Insert_Policy> TAO::Var_Size_SArg_Traits_T< T, Insert_Policy >::ret_val |