Template class for INOUT skeleton UB (w)string argument. More...
#include <UB_String_SArgument_T.h>


Public Member Functions | |
| Inout_UB_String_SArgument_T (void) | |
| virtual CORBA::Boolean | marshal (TAO_OutputCDR &cdr) |
| Marshal the argument into the given CDR output stream. | |
| 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 *& | arg (void) |
Private Attributes | |
| S_var | x_ |
Template class for INOUT skeleton UB (w)string argument.
Definition at line 57 of file UB_String_SArgument_T.h.
| TAO::Inout_UB_String_SArgument_T< S, S_var >::Inout_UB_String_SArgument_T | ( | void | ) |
Definition at line 23 of file UB_String_SArgument_T.inl.
{}
| S *& TAO::Inout_UB_String_SArgument_T< S, S_var >::arg | ( | void | ) |
Definition at line 29 of file UB_String_SArgument_T.inl.
{
return this->x_.inout ();
}
| CORBA::Boolean TAO::Inout_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 44 of file UB_String_SArgument_T.cpp.
{
return cdr >> this->x_.out ();
}
| void TAO::Inout_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 53 of file UB_String_SArgument_T.cpp.
{
(*any) <<= this->x_.in ();
}
| CORBA::Boolean TAO::Inout_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 37 of file UB_String_SArgument_T.cpp.
{
return cdr << this->x_.in ();
}
S_var TAO::Inout_UB_String_SArgument_T< S, S_var >::x_ [private] |
Definition at line 70 of file UB_String_SArgument_T.h.
1.7.0