Template class for IN skeleton UB (w)string argument. More...
#include <UB_String_SArgument_T.h>
Public Member Functions | |
In_UB_String_SArgument_T (void) | |
virtual CORBA::Boolean | demarshal (TAO_InputCDR &) |
Demarshal the argument from the given CDR input stream. | |
virtual void | interceptor_value (CORBA::Any *any) const |
Populate the given CORBA::Any result argument. | |
S const * | arg (void) const |
Private Attributes | |
S_var | x_ |
Template class for IN skeleton UB (w)string argument.
Definition at line 35 of file UB_String_SArgument_T.h.
TAO::In_UB_String_SArgument_T< S, S_var >::In_UB_String_SArgument_T | ( | void | ) |
Definition at line 9 of file UB_String_SArgument_T.inl.
{}
const S * TAO::In_UB_String_SArgument_T< S, S_var >::arg | ( | void | ) | const |
Definition at line 14 of file UB_String_SArgument_T.inl.
{ return this->x_.in (); }
CORBA::Boolean TAO::In_UB_String_SArgument_T< S, S_var >::demarshal | ( | TAO_InputCDR & | ) | [virtual] |
Demarshal the argument from the given CDR input stream.
true
. Reimplemented from TAO::Argument.
Definition at line 16 of file UB_String_SArgument_T.cpp.
{ return cdr >> this->x_.out (); }
void TAO::In_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 25 of file UB_String_SArgument_T.cpp.
{ (*any) <<= this->x_.in (); }
S_var TAO::In_UB_String_SArgument_T< S, S_var >::x_ [private] |
Definition at line 47 of file UB_String_SArgument_T.h.