Template class for argument traits of unbounded (w)strings. More...
#include <UB_String_Argument_T.h>
Public Types | |
typedef T_var::s_traits::char_type * | ret_type |
typedef T_var::s_traits::char_type const * | in_type |
typedef T_var::s_traits::char_type *& | inout_type |
typedef T_var::s_traits::string_out | out_type |
typedef In_UB_String_Argument_T< T_var, Insert_Policy > | in_arg_val |
typedef In_UB_String_Clonable_Argument_T < T_var, Insert_Policy > | in_clonable_arg_val |
typedef Inout_UB_String_Argument_T < T_var, Insert_Policy > | inout_arg_val |
typedef Out_UB_String_Argument_T < T_var, Insert_Policy > | out_arg_val |
typedef Ret_UB_String_Argument_T < T_var, Insert_Policy > | ret_val |
Template class for argument traits of unbounded (w)strings.
Definition at line 154 of file UB_String_Argument_T.h.
typedef In_UB_String_Argument_T<T_var, Insert_Policy> TAO::UB_String_Arg_Traits_T< T_var, Insert_Policy >::in_arg_val |
Definition at line 161 of file UB_String_Argument_T.h.
typedef In_UB_String_Clonable_Argument_T<T_var, Insert_Policy> TAO::UB_String_Arg_Traits_T< T_var, Insert_Policy >::in_clonable_arg_val |
Definition at line 163 of file UB_String_Argument_T.h.
typedef T_var::s_traits::char_type const* TAO::UB_String_Arg_Traits_T< T_var, Insert_Policy >::in_type |
Definition at line 157 of file UB_String_Argument_T.h.
typedef Inout_UB_String_Argument_T<T_var, Insert_Policy> TAO::UB_String_Arg_Traits_T< T_var, Insert_Policy >::inout_arg_val |
Definition at line 164 of file UB_String_Argument_T.h.
typedef T_var::s_traits::char_type*& TAO::UB_String_Arg_Traits_T< T_var, Insert_Policy >::inout_type |
Definition at line 158 of file UB_String_Argument_T.h.
typedef Out_UB_String_Argument_T<T_var, Insert_Policy> TAO::UB_String_Arg_Traits_T< T_var, Insert_Policy >::out_arg_val |
Definition at line 165 of file UB_String_Argument_T.h.
typedef T_var::s_traits::string_out TAO::UB_String_Arg_Traits_T< T_var, Insert_Policy >::out_type |
Definition at line 159 of file UB_String_Argument_T.h.
typedef T_var::s_traits::char_type* TAO::UB_String_Arg_Traits_T< T_var, Insert_Policy >::ret_type |
Definition at line 156 of file UB_String_Argument_T.h.
typedef Ret_UB_String_Argument_T<T_var, Insert_Policy> TAO::UB_String_Arg_Traits_T< T_var, Insert_Policy >::ret_val |
Definition at line 166 of file UB_String_Argument_T.h.