#include <Var_Array_Argument_T.h>
Inheritance diagram for TAO::Ret_Var_Array_Argument_T< S_var, S_forany, Insert_Policy >:


Public Member Functions | |
| Ret_Var_Array_Argument_T (void) | |
| virtual CORBA::Boolean | demarshal (TAO_InputCDR &) |
| Demarshal the argument from the given CDR input stream. | |
| virtual void | interceptor_value (CORBA::Any *any) const |
| Populate the given CORBA::Any result argument. | |
| S_forany::_slice_type *& | arg (void) |
| S_forany::_slice_type * | excp (void) |
| S_forany::_slice_type * | retn (void) |
Private Attributes | |
| S_var | x_ |
Definition at line 108 of file Var_Array_Argument_T.h.
|
||||||||||
|
Definition at line 74 of file Var_Array_Argument_T.inl.
00075 {}
|
|
||||||||||
|
Definition at line 82 of file Var_Array_Argument_T.inl.
00083 {
00084 return this->x_.out ();
00085 }
|
|
||||||||||
|
Demarshal the argument from the given CDR input stream.
Reimplemented from TAO::Argument. Definition at line 111 of file Var_Array_Argument_T.cpp. References ACE_ALLOCATOR_RETURN.
00114 {
00115 typedef TAO::Array_Traits<S_forany> ARRAY_TRAITS;
00116 typename S_forany::_slice_type * tmp_ptr = 0;
00117 ACE_ALLOCATOR_RETURN (tmp_ptr,
00118 ARRAY_TRAITS::alloc (),
00119 0);
00120 this->x_ = tmp_ptr;
00121 S_forany tmp (this->x_.ptr ());
00122 return cdr >> tmp;
00123 }
|
|
||||||||||
|
Definition at line 92 of file Var_Array_Argument_T.inl.
00093 {
00094 return this->x_.ptr ();
00095 }
|
|
||||||||||
|
Populate the given CORBA::Any result argument.
Reimplemented from TAO::Argument. Definition at line 132 of file Var_Array_Argument_T.cpp.
00133 {
00134 Insert_Policy::any_insert (any, S_forany (this->x_.ptr ()));
00135 }
|
|
||||||||||
|
Definition at line 102 of file Var_Array_Argument_T.inl.
00103 {
00104 return this->x_._retn ();
00105 }
|
|
|||||
|
Definition at line 123 of file Var_Array_Argument_T.h. |
1.3.6