#include <Var_Array_SArgument_T.h>
Inheritance diagram for TAO::Inout_Var_Array_SArgument_T< S_forany, Insert_Policy >:


Public Member Functions | |
| Inout_Var_Array_SArgument_T (void) | |
| virtual CORBA::Boolean | marshal (TAO_OutputCDR &cdr) |
| virtual CORBA::Boolean | demarshal (TAO_InputCDR &) |
| 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 Var_Array_SArgument_T.h.
| ACE_INLINE TAO::Inout_Var_Array_SArgument_T< S_forany, Insert_Policy >::Inout_Var_Array_SArgument_T | ( | void | ) |
| S_forany::_slice_type * TAO::Inout_Var_Array_SArgument_T< S_forany, Insert_Policy >::arg | ( | void | ) |
| CORBA::Boolean TAO::Inout_Var_Array_SArgument_T< S_forany, Insert_Policy >::demarshal | ( | TAO_InputCDR & | ) | [virtual] |
| void TAO::Inout_Var_Array_SArgument_T< S_forany, Insert_Policy >::interceptor_value | ( | CORBA::Any * | any | ) | const [virtual] |
Definition at line 65 of file Var_Array_SArgument_T.cpp.
00067 { 00068 typedef typename S_forany::_slice_type slice_type; 00069 Insert_Policy::any_insert ( 00070 any, 00071 S_forany (const_cast <slice_type *>(this->x_)) 00072 ); 00073 }
| CORBA::Boolean TAO::Inout_Var_Array_SArgument_T< S_forany, Insert_Policy >::marshal | ( | TAO_OutputCDR & | cdr | ) | [virtual] |
S_forany::_array_type TAO::Inout_Var_Array_SArgument_T< S_forany, Insert_Policy >::x_ [private] |
Definition at line 73 of file Var_Array_SArgument_T.h.
1.4.7