#include <Object_SArgument_T.h>
Inheritance diagram for TAO::Out_Object_SArgument_T< S_ptr, S_var, S_out, Insert_Policy >:
Public Member Functions | |
Out_Object_SArgument_T (void) | |
virtual CORBA::Boolean | marshal (TAO_OutputCDR &cdr) |
virtual void | interceptor_value (CORBA::Any *any) const |
S_out | arg (void) |
Private Attributes | |
S_var | x_ |
Definition at line 92 of file Object_SArgument_T.h.
|
Definition at line 47 of file Object_SArgument_T.inl.
00048 { 00049 } |
|
Definition at line 57 of file Object_SArgument_T.inl.
00058 { 00059 return this->x_.out (); 00060 } |
|
Reimplemented from TAO::Argument. Definition at line 90 of file Object_SArgument_T.cpp.
00092 { 00093 Insert_Policy::any_insert (any, this->x_.in ()); 00094 } |
|
Reimplemented from TAO::Argument. Definition at line 78 of file Object_SArgument_T.cpp.
00079 { 00080 return cdr << this->x_.in (); 00081 } |
|
Definition at line 104 of file Object_SArgument_T.h. |