#include <Fixed_Array_SArgument_T.h>
Inheritance diagram for TAO::Inout_Fixed_Array_SArgument_T< S_forany, Insert_Policy >:
Public Member Functions | |
Inout_Fixed_Array_SArgument_T (void) | |
virtual CORBA::Boolean | marshal (TAO_OutputCDR &cdr) |
virtual CORBA::Boolean | demarshal (TAO_InputCDR &cdr) |
virtual void | interceptor_value (CORBA::Any *any) const |
S_forany::_slice_type * | arg (void) |
Private Attributes | |
S_forany::_array_type | x_ |
Definition at line 60 of file Fixed_Array_SArgument_T.h.
ACE_INLINE TAO::Inout_Fixed_Array_SArgument_T< S_forany, Insert_Policy >::Inout_Fixed_Array_SArgument_T | ( | void | ) |
ACE_INLINE S_forany::_slice_type * TAO::Inout_Fixed_Array_SArgument_T< S_forany, Insert_Policy >::arg | ( | void | ) |
CORBA::Boolean TAO::Inout_Fixed_Array_SArgument_T< S_forany, Insert_Policy >::demarshal | ( | TAO_InputCDR & | cdr | ) | [virtual] |
void TAO::Inout_Fixed_Array_SArgument_T< S_forany, Insert_Policy >::interceptor_value | ( | CORBA::Any * | any | ) | const [virtual] |
CORBA::Boolean TAO::Inout_Fixed_Array_SArgument_T< S_forany, Insert_Policy >::marshal | ( | TAO_OutputCDR & | cdr | ) | [virtual] |
S_forany::_array_type TAO::Inout_Fixed_Array_SArgument_T< S_forany, Insert_Policy >::x_ [mutable, private] |
Definition at line 73 of file Fixed_Array_SArgument_T.h.