#include <Object_SArgument_T.h>
Inheritance diagram for TAO::In_Object_SArgument_T< S_ptr, S_var, Insert_Policy >:
Public Member Functions | |
virtual CORBA::Boolean | demarshal (TAO_InputCDR &) |
virtual void | interceptor_value (CORBA::Any *any) const |
S_ptr | arg (void) const |
Private Attributes | |
S_var | x_ |
Definition at line 43 of file Object_SArgument_T.h.
|
Definition at line 13 of file Object_SArgument_T.inl.
00014 { 00015 return this->x_.in (); 00016 } |
|
Reimplemented from TAO::Argument. Definition at line 18 of file Object_SArgument_T.cpp.
00019 { 00020 return cdr >> this->x_.out (); 00021 } |
|
Reimplemented from TAO::Argument. Definition at line 29 of file Object_SArgument_T.cpp.
00031 { 00032 Insert_Policy::any_insert (any, this->x_.in ()); 00033 } |
|
Definition at line 54 of file Object_SArgument_T.h. |