TAO
2.0.8
|
Template class for stub argument traits of sequence IDL types, when the STL mapping is used by the IDL compiler. The ret_type and out_type typedefs are different from Vector_Arg_Traits_T. More...
#include <Vector_Argument_T.h>
Public Types | |
typedef T | ret_type |
typedef T const & | in_type |
typedef T & | inout_type |
typedef T & | out_type |
typedef In_Vector_Argument_T < T, Insert_Policy > | in_arg_val |
typedef In_Vector_Clonable_Argument_T < T, Insert_Policy > | in_clonable_arg_val |
typedef Inout_Vector_Argument_T< T, Insert_Policy > | inout_arg_val |
typedef Out_Vector_Argument_T < T, Insert_Policy > | out_arg_val |
typedef Ret_Vector_Argument_T < T, Insert_Policy > | ret_val |
Template class for stub argument traits of sequence IDL types, when the STL mapping is used by the IDL compiler. The ret_type and out_type typedefs are different from Vector_Arg_Traits_T.
typedef In_Vector_Argument_T<T, Insert_Policy> TAO::Vector_Arg_Traits_T< T, Insert_Policy >::in_arg_val |
typedef In_Vector_Clonable_Argument_T<T, Insert_Policy> TAO::Vector_Arg_Traits_T< T, Insert_Policy >::in_clonable_arg_val |
typedef T const& TAO::Vector_Arg_Traits_T< T, Insert_Policy >::in_type |
typedef Inout_Vector_Argument_T<T, Insert_Policy> TAO::Vector_Arg_Traits_T< T, Insert_Policy >::inout_arg_val |
typedef T& TAO::Vector_Arg_Traits_T< T, Insert_Policy >::inout_type |
typedef Out_Vector_Argument_T<T, Insert_Policy> TAO::Vector_Arg_Traits_T< T, Insert_Policy >::out_arg_val |
typedef T& TAO::Vector_Arg_Traits_T< T, Insert_Policy >::out_type |
typedef T TAO::Vector_Arg_Traits_T< T, Insert_Policy >::ret_type |
typedef Ret_Vector_Argument_T<T, Insert_Policy> TAO::Vector_Arg_Traits_T< T, Insert_Policy >::ret_val |