2 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
4 template<typename S_forany,
5 template <typename> class Insert_Policy>
7 TAO::In_Fixed_Array_SArgument_T<S_forany,
8 Insert_Policy>::In_Fixed_Array_SArgument_T ()
12 template<typename S_forany,
13 template <typename> class Insert_Policy>
15 typename S_forany::_slice_type const *
16 TAO::In_Fixed_Array_SArgument_T<S_forany,
17 Insert_Policy>::arg () const
19 S_forany tmp (this->x_);
23 // ===========================================================================
25 template<typename S_forany,
26 template <typename> class Insert_Policy>
28 TAO::Inout_Fixed_Array_SArgument_T<S_forany,
30 Inout_Fixed_Array_SArgument_T ()
34 template<typename S_forany,
35 template <typename> class Insert_Policy>
37 typename S_forany::_slice_type *
38 TAO::Inout_Fixed_Array_SArgument_T<S_forany,
39 Insert_Policy>::arg ()
41 S_forany tmp (this->x_);
45 // ===========================================================================
47 template<typename S_forany,
48 template <typename> class Insert_Policy>
50 TAO::Out_Fixed_Array_SArgument_T<S_forany,
52 Out_Fixed_Array_SArgument_T ()
56 template<typename S_forany,
57 template <typename> class Insert_Policy>
59 typename S_forany::_slice_type *
60 TAO::Out_Fixed_Array_SArgument_T<S_forany,
61 Insert_Policy>::arg ()
63 S_forany tmp (this->x_);
67 // ===========================================================================
69 template<typename S_var,
71 template <typename> class Insert_Policy>
73 TAO::Ret_Fixed_Array_SArgument_T<S_var,
76 Ret_Fixed_Array_SArgument_T ()
80 template<typename S_var,
82 template <typename> class Insert_Policy>
84 typename S_forany::_slice_type *&
85 TAO::Ret_Fixed_Array_SArgument_T<S_var,
87 Insert_Policy>::arg ()
89 return this->x_._retn_arg ();
92 TAO_END_VERSIONED_NAMESPACE_DECL