#include <UB_String_SArgument_T.h>
Inheritance diagram for TAO::Ret_UB_String_SArgument_T< S, S_var >:
Public Member Functions | |
Ret_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 102 of file UB_String_SArgument_T.h.
|
Definition at line 55 of file UB_String_SArgument_T.inl.
00056 {} |
|
Definition at line 60 of file UB_String_SArgument_T.inl.
00061 { 00062 return this->x_.out (); 00063 } |
|
Reimplemented from TAO::Argument. Definition at line 95 of file UB_String_SArgument_T.cpp.
00097 { 00098 (*any) <<= this->x_.in (); 00099 } |
|
Reimplemented from TAO::Argument. Definition at line 86 of file UB_String_SArgument_T.cpp.
00087 { 00088 return cdr << this->x_.in (); 00089 } |
|
Definition at line 114 of file UB_String_SArgument_T.h. |