2 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
5 template <typename> class Insert_Policy>
7 TAO::In_Vector_Argument_T<S,Insert_Policy>::In_Vector_Argument_T (S const & x)
13 template <typename> class Insert_Policy>
16 TAO::In_Vector_Argument_T<S,Insert_Policy>::arg () const
22 template <typename> class Insert_Policy>
24 TAO::In_Vector_Clonable_Argument_T<S,Insert_Policy>::In_Vector_Clonable_Argument_T (S const & x)
25 : In_Vector_Argument_T<S,Insert_Policy> (x),
29 // ==========================================================================
32 template <typename> class Insert_Policy>
34 TAO::Inout_Vector_Argument_T<S,Insert_Policy>::Inout_Vector_Argument_T (S & x)
40 template <typename> class Insert_Policy>
43 TAO::Inout_Vector_Argument_T<S,Insert_Policy>::arg ()
48 // ==========================================================================
51 template <typename> class Insert_Policy>
53 TAO::Out_Vector_Argument_T<S,Insert_Policy>::Out_Vector_Argument_T (
59 template <typename> class Insert_Policy>
62 TAO::Out_Vector_Argument_T<S,Insert_Policy>::arg ()
67 // ==========================================================================
70 template <typename> class Insert_Policy>
72 TAO::Ret_Vector_Argument_T<S,Insert_Policy>::Ret_Vector_Argument_T (void)
77 template <typename> class Insert_Policy>
80 TAO::Ret_Vector_Argument_T<S,Insert_Policy>::arg (void)
86 template <typename> class Insert_Policy>
89 TAO::Ret_Vector_Argument_T<S,Insert_Policy>::excp (void)
95 template <typename> class Insert_Policy>
98 TAO::Ret_Vector_Argument_T<S,Insert_Policy>::retn (void)
103 TAO_END_VERSIONED_NAMESPACE_DECL