#include <Object_SArgument_T.h>
Inheritance diagram for TAO::Ret_Object_SArgument_T< S_ptr, S_var, Insert_Policy >:
Public Member Functions | |
Ret_Object_SArgument_T (void) | |
virtual CORBA::Boolean | marshal (TAO_OutputCDR &cdr) |
virtual void | interceptor_value (CORBA::Any *any) const |
S_ptr & | arg (void) |
Private Attributes | |
S_var | x_ |
Definition at line 116 of file Object_SArgument_T.h.
|
Definition at line 69 of file Object_SArgument_T.inl.
00070 { 00071 } |
|
Definition at line 78 of file Object_SArgument_T.inl.
00079 { 00080 return this->x_.out (); 00081 } |
|
Reimplemented from TAO::Argument. Definition at line 115 of file Object_SArgument_T.cpp.
00117 { 00118 Insert_Policy::any_insert (any, this->x_.in ()); 00119 } |
|
Reimplemented from TAO::Argument. Definition at line 104 of file Object_SArgument_T.cpp.
00105 { 00106 return cdr << this->x_.in (); 00107 } |
|
Definition at line 128 of file Object_SArgument_T.h. |