#include <UB_String_SArgument_T.h>
Inheritance diagram for TAO::In_UB_String_SArgument_T< S, S_var >:
Public Member Functions | |
In_UB_String_SArgument_T (void) | |
virtual CORBA::Boolean | demarshal (TAO_InputCDR &) |
virtual void | interceptor_value (CORBA::Any *any) const |
S const * | arg (void) const |
Private Attributes | |
S_var | x_ |
Definition at line 35 of file UB_String_SArgument_T.h.
|
Definition at line 9 of file UB_String_SArgument_T.inl.
00010 {} |
|
Definition at line 14 of file UB_String_SArgument_T.inl.
00015 { 00016 return this->x_.in (); 00017 } |
|
Reimplemented from TAO::Argument. Definition at line 16 of file UB_String_SArgument_T.cpp.
00017 { 00018 return cdr >> this->x_.out (); 00019 } |
|
Reimplemented from TAO::Argument. Definition at line 25 of file UB_String_SArgument_T.cpp.
00027 { 00028 (*any) <<= this->x_.in (); 00029 } |
|
Definition at line 47 of file UB_String_SArgument_T.h. |