#include <UB_String_SArgument_T.h>
Inheritance diagram for TAO::Out_UB_String_SArgument_T< S, S_var >:
Public Member Functions | |
Out_UB_String_SArgument_T (void) | |
virtual CORBA::Boolean | marshal (TAO_OutputCDR &cdr) |
virtual void | interceptor_value (CORBA::Any *any) const |
S *& | arg (void) |
Private Attributes | |
S_var | x_ |
Definition at line 80 of file UB_String_SArgument_T.h.
|
Definition at line 38 of file UB_String_SArgument_T.inl.
00041 {} |
|
Definition at line 46 of file UB_String_SArgument_T.inl.
00047 { 00048 return this->x_.out (); 00049 } |
|
Reimplemented from TAO::Argument. Definition at line 74 of file UB_String_SArgument_T.cpp.
00076 { 00077 (*any) <<= this->x_.in (); 00078 } |
|
Reimplemented from TAO::Argument. Definition at line 65 of file UB_String_SArgument_T.cpp.
00066 { 00067 return cdr << this->x_.in (); 00068 } |
|
Definition at line 92 of file UB_String_SArgument_T.h. |