#include <Fixed_Array_Argument_T.h>
Inheritance diagram for TAO::Inout_Fixed_Array_Argument_T< S, S_slice, S_forany, Insert_Policy >:
Public Member Functions | |
Inout_Fixed_Array_Argument_T (S_slice *&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_slice * | arg (void) |
Private Attributes | |
S_forany | x_ |
ACE_INLINE TAO::Inout_Fixed_Array_Argument_T< S, S_slice, S_forany, Insert_Policy >::Inout_Fixed_Array_Argument_T | ( | S_slice *& | x | ) |
ACE_INLINE S_slice * TAO::Inout_Fixed_Array_Argument_T< S, S_slice, S_forany, Insert_Policy >::arg | ( | void | ) |
CORBA::Boolean TAO::Inout_Fixed_Array_Argument_T< S, S_slice, S_forany, Insert_Policy >::demarshal | ( | TAO_InputCDR & | ) | [virtual] |
Demarshal the argument from the given CDR input stream.
true
. Reimplemented from TAO::Argument.
void TAO::Inout_Fixed_Array_Argument_T< S, S_slice, S_forany, Insert_Policy >::interceptor_value | ( | CORBA::Any * | any | ) | const [virtual] |
Populate the given CORBA::Any result argument.
Reimplemented from TAO::Argument.
CORBA::Boolean TAO::Inout_Fixed_Array_Argument_T< S, S_slice, S_forany, Insert_Policy >::marshal | ( | TAO_OutputCDR & | cdr | ) | [virtual] |
Marshal the argument into the given CDR output stream.
true
. Reimplemented from TAO::Argument.
S_forany TAO::Inout_Fixed_Array_Argument_T< S, S_slice, S_forany, Insert_Policy >::x_ [private] |