Template class for INOUT skeleton object argument. More...
#include <Object_SArgument_T.h>
Public Member Functions | |
Out_Object_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_out | arg (void) |
Private Attributes | |
S_var | x_ |
Template class for INOUT skeleton object argument.
Definition at line 92 of file Object_SArgument_T.h.
TAO::Out_Object_SArgument_T< S_ptr, S_var, S_out, Insert_Policy >::Out_Object_SArgument_T | ( | void | ) |
Definition at line 47 of file Object_SArgument_T.inl.
{ }
S_out TAO::Out_Object_SArgument_T< S_ptr, S_var, S_out, Insert_Policy >::arg | ( | void | ) |
Definition at line 57 of file Object_SArgument_T.inl.
{ return this->x_.out (); }
void TAO::Out_Object_SArgument_T< S_ptr, S_var, S_out, Insert_Policy >::interceptor_value | ( | CORBA::Any * | ) | const [virtual] |
Populate the given CORBA::Any result argument.
Reimplemented from TAO::Argument.
Definition at line 90 of file Object_SArgument_T.cpp.
{ Insert_Policy<S_ptr>::any_insert (any, this->x_.in ()); }
CORBA::Boolean TAO::Out_Object_SArgument_T< S_ptr, S_var, S_out, Insert_Policy >::marshal | ( | TAO_OutputCDR & | cdr | ) | [virtual] |
Marshal the argument into the given CDR output stream.
true
. Reimplemented from TAO::Argument.
Definition at line 78 of file Object_SArgument_T.cpp.
{ return cdr << this->x_.in (); }
S_var TAO::Out_Object_SArgument_T< S_ptr, S_var, S_out, Insert_Policy >::x_ [private] |
Definition at line 104 of file Object_SArgument_T.h.