#include <UB_String_Argument_T.h>
Inheritance diagram for TAO::Inout_UB_String_Argument_T< S, Insert_Policy >:
Public Member Functions | |
Inout_UB_String_Argument_T (S *&x) | |
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 *& | x_ |
|
|
|
|
|
Demarshal the argument from the given CDR input stream.
Reimplemented from TAO::Argument. |
|
Populate the given CORBA::Any result argument.
Reimplemented from TAO::Argument. |
|
Marshal the argument into the given CDR output stream.
Reimplemented from TAO::Argument. |
|
|