Template class for return skeleton value of UB (w)string. More...
#include <UB_String_SArgument_T.h>
Public Member Functions | |
Ret_UB_String_SArgument_T (void) | |
virtual CORBA::Boolean | marshal (TAO_OutputCDR &cdr) |
Marshal the argument into the given CDR output stream. | |
virtual void | interceptor_value (CORBA::Any *any) const |
Populate the given CORBA::Any result argument. | |
S *& | arg (void) |
Private Attributes | |
S_var | x_ |
Template class for return skeleton value of UB (w)string.
Definition at line 102 of file UB_String_SArgument_T.h.
TAO::Ret_UB_String_SArgument_T< S, S_var >::Ret_UB_String_SArgument_T | ( | void | ) |
Definition at line 55 of file UB_String_SArgument_T.inl.
{}
S *& TAO::Ret_UB_String_SArgument_T< S, S_var >::arg | ( | void | ) |
Definition at line 60 of file UB_String_SArgument_T.inl.
{ return this->x_.out (); }
void TAO::Ret_UB_String_SArgument_T< S, S_var >::interceptor_value | ( | CORBA::Any * | ) | const [virtual] |
Populate the given CORBA::Any result argument.
Reimplemented from TAO::Argument.
Definition at line 95 of file UB_String_SArgument_T.cpp.
{ (*any) <<= this->x_.in (); }
CORBA::Boolean TAO::Ret_UB_String_SArgument_T< S, S_var >::marshal | ( | TAO_OutputCDR & | cdr | ) | [virtual] |
Marshal the argument into the given CDR output stream.
true
. Reimplemented from TAO::Argument.
Definition at line 86 of file UB_String_SArgument_T.cpp.
{ return cdr << this->x_.in (); }
S_var TAO::Ret_UB_String_SArgument_T< S, S_var >::x_ [private] |
Definition at line 114 of file UB_String_SArgument_T.h.