#include <BD_String_Argument_T.h>
Inheritance diagram for TAO::Inout_BD_String_Argument_T< S, to_S, from_S, BOUND >:
Public Member Functions | |
Inout_BD_String_Argument_T (S *&x) | |
virtual CORBA::Boolean | marshal (TAO_OutputCDR &) |
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_param (Dynamic::Parameter &) |
Populate the given Dynamic::Parameter argument. | |
S *& | arg (void) |
Private Attributes | |
S *& | x_ |
|
|
|
|
|
Demarshal the argument from the given CDR input stream.
Reimplemented from TAO::Argument. |
|
Populate the given Dynamic::Parameter argument.
Reimplemented from TAO::Argument. |
|
Marshal the argument into the given CDR output stream.
Reimplemented from TAO::Argument. |
|
|