#include <Object_SArgument_T.h>
Inheritance diagram for TAO::Inout_Object_SArgument_T< S_ptr, S_var, Insert_Policy >:
Public Member Functions | |
Inout_Object_SArgument_T (void) | |
virtual CORBA::Boolean | marshal (TAO_OutputCDR &cdr) |
virtual CORBA::Boolean | demarshal (TAO_InputCDR &) |
virtual void | interceptor_value (CORBA::Any *any) const |
S_ptr & | arg (void) |
Private Attributes | |
S_var | x_ |
Definition at line 66 of file Object_SArgument_T.h.
|
Definition at line 25 of file Object_SArgument_T.inl.
00026 { 00027 } |
|
Definition at line 34 of file Object_SArgument_T.inl.
00035 { 00036 return this->x_.inout (); 00037 } |
|
Reimplemented from TAO::Argument. Definition at line 52 of file Object_SArgument_T.cpp.
00053 { 00054 return cdr >> this->x_.out (); 00055 } |
|
Reimplemented from TAO::Argument. Definition at line 63 of file Object_SArgument_T.cpp.
00065 { 00066 Insert_Policy::any_insert (any, this->x_.in ()); 00067 } |
|
Reimplemented from TAO::Argument. Definition at line 43 of file Object_SArgument_T.cpp.
00044 { 00045 return cdr << this->x_.in (); 00046 } |
|
Definition at line 79 of file Object_SArgument_T.h. |