#include <Var_Size_SArgument_T.h>
Inheritance diagram for TAO::Ret_Var_Size_SArgument_T< S, Insert_Policy >:
Public Member Functions | |
Ret_Var_Size_SArgument_T (void) | |
virtual CORBA::Boolean | marshal (TAO_OutputCDR &cdr) |
virtual void | interceptor_value (CORBA::Any *any) const |
S *& | arg (void) |
Private Attributes | |
S::_var_type | x_ |
Definition at line 104 of file Var_Size_SArgument_T.h.
ACE_INLINE TAO::Ret_Var_Size_SArgument_T< S, Insert_Policy >::Ret_Var_Size_SArgument_T | ( | void | ) |
ACE_INLINE S *& TAO::Ret_Var_Size_SArgument_T< S, Insert_Policy >::arg | ( | void | ) |
Definition at line 62 of file Var_Size_SArgument_T.inl.
References TAO::Ret_Var_Size_SArgument_T< S, Insert_Policy >::x_.
00063 { 00064 return this->x_.out (); 00065 }
void TAO::Ret_Var_Size_SArgument_T< S, Insert_Policy >::interceptor_value | ( | CORBA::Any * | any | ) | const [virtual] |
CORBA::Boolean TAO::Ret_Var_Size_SArgument_T< S, Insert_Policy >::marshal | ( | TAO_OutputCDR & | cdr | ) | [virtual] |
Definition at line 100 of file Var_Size_SArgument_T.cpp.
References TAO::Ret_Var_Size_SArgument_T< S, Insert_Policy >::x_.
00101 { 00102 return cdr << this->x_.in (); 00103 }
S::_var_type TAO::Ret_Var_Size_SArgument_T< S, Insert_Policy >::x_ [private] |
Definition at line 116 of file Var_Size_SArgument_T.h.
Referenced by TAO::Ret_Var_Size_SArgument_T< S, Insert_Policy >::arg(), and TAO::Ret_Var_Size_SArgument_T< S, Insert_Policy >::marshal().