#include <Var_Array_SArgument_T.h>
Inheritance diagram for TAO::Ret_Var_Array_SArgument_T< S_var, S_forany, Insert_Policy >:
Public Member Functions | |
Ret_Var_Array_SArgument_T (void) | |
virtual CORBA::Boolean | marshal (TAO_OutputCDR &cdr) |
virtual void | interceptor_value (CORBA::Any *any) const |
S_forany::_slice_type *& | arg (void) |
Private Attributes | |
S_var | x_ |
Definition at line 109 of file Var_Array_SArgument_T.h.
|
Definition at line 79 of file Var_Array_SArgument_T.inl.
00080 { 00081 } |
|
Definition at line 90 of file Var_Array_SArgument_T.inl.
00091 { 00092 return this->x_.out (); 00093 } |
|
Reimplemented from TAO::Argument. Definition at line 132 of file Var_Array_SArgument_T.cpp.
00134 { 00135 Insert_Policy::any_insert (any, S_forany (this->x_.ptr ())); 00136 } |
|
Reimplemented from TAO::Argument. Definition at line 117 of file Var_Array_SArgument_T.cpp.
00120 {
00121 return cdr << S_forany (this->x_.ptr ());
00122 }
|
|
Definition at line 121 of file Var_Array_SArgument_T.h. |