#include <Fixed_Size_Argument_T.h>
Public Types | |
typedef T | ret_type |
typedef T const & | in_type |
typedef T & | inout_type |
typedef T & | out_type |
typedef In_Fixed_Size_Argument_T< T, Insert_Policy > | in_arg_val |
typedef In_Fixed_Size_Clonable_Argument_T< T, Insert_Policy > | in_clonable_arg_val |
typedef Inout_Fixed_Size_Argument_T< T, Insert_Policy > | inout_arg_val |
typedef Out_Fixed_Size_Argument_T< T, Insert_Policy > | out_arg_val |
typedef Ret_Fixed_Size_Argument_T< T, Insert_Policy > | ret_val |
Definition at line 153 of file Fixed_Size_Argument_T.h.
typedef In_Fixed_Size_Argument_T<T,Insert_Policy> TAO::Fixed_Size_Arg_Traits_T< T, Insert_Policy >::in_arg_val |
Definition at line 160 of file Fixed_Size_Argument_T.h.
typedef In_Fixed_Size_Clonable_Argument_T<T,Insert_Policy> TAO::Fixed_Size_Arg_Traits_T< T, Insert_Policy >::in_clonable_arg_val |
Definition at line 162 of file Fixed_Size_Argument_T.h.
typedef T const& TAO::Fixed_Size_Arg_Traits_T< T, Insert_Policy >::in_type |
Definition at line 156 of file Fixed_Size_Argument_T.h.
typedef Inout_Fixed_Size_Argument_T<T,Insert_Policy> TAO::Fixed_Size_Arg_Traits_T< T, Insert_Policy >::inout_arg_val |
Definition at line 163 of file Fixed_Size_Argument_T.h.
typedef T& TAO::Fixed_Size_Arg_Traits_T< T, Insert_Policy >::inout_type |
Definition at line 157 of file Fixed_Size_Argument_T.h.
typedef Out_Fixed_Size_Argument_T<T,Insert_Policy> TAO::Fixed_Size_Arg_Traits_T< T, Insert_Policy >::out_arg_val |
Definition at line 164 of file Fixed_Size_Argument_T.h.
typedef T& TAO::Fixed_Size_Arg_Traits_T< T, Insert_Policy >::out_type |
Definition at line 158 of file Fixed_Size_Argument_T.h.
typedef T TAO::Fixed_Size_Arg_Traits_T< T, Insert_Policy >::ret_type |
Definition at line 155 of file Fixed_Size_Argument_T.h.
typedef Ret_Fixed_Size_Argument_T<T,Insert_Policy> TAO::Fixed_Size_Arg_Traits_T< T, Insert_Policy >::ret_val |
Definition at line 165 of file Fixed_Size_Argument_T.h.