#include <Fixed_Array_Argument_T.h>
Inheritance diagram for TAO::Inout_Fixed_Array_Argument_T< S, S_slice, S_forany >:
Public Member Functions | |
Inout_Fixed_Array_Argument_T (S_slice *&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_slice * | arg (void) |
Private Attributes | |
S_forany | 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. |
|
|