#include <Basic_SArgument_T.h>
Inheritance diagram for TAO::Ret_Basic_SArgument_T< S, Insert_Policy >:
Public Member Functions | |
Ret_Basic_SArgument_T (void) | |
virtual CORBA::Boolean | marshal (TAO_OutputCDR &cdr) |
virtual void | interceptor_value (CORBA::Any *any) const |
S & | arg (void) |
Private Attributes | |
S | x_ |
Definition at line 103 of file Basic_SArgument_T.h.
ACE_INLINE TAO::Ret_Basic_SArgument_T< S, Insert_Policy >::Ret_Basic_SArgument_T | ( | void | ) |
ACE_INLINE S & TAO::Ret_Basic_SArgument_T< S, Insert_Policy >::arg | ( | void | ) |
Definition at line 68 of file Basic_SArgument_T.inl.
References TAO::Ret_Basic_SArgument_T< S, Insert_Policy >::x_.
00069 { 00070 return this->x_; 00071 }
void TAO::Ret_Basic_SArgument_T< S, Insert_Policy >::interceptor_value | ( | CORBA::Any * | any | ) | const [virtual] |
CORBA::Boolean TAO::Ret_Basic_SArgument_T< S, Insert_Policy >::marshal | ( | TAO_OutputCDR & | cdr | ) | [virtual] |
Definition at line 91 of file Basic_SArgument_T.cpp.
References TAO::Ret_Basic_SArgument_T< S, Insert_Policy >::x_.
00092 { 00093 return cdr << this->x_; 00094 }
S TAO::Ret_Basic_SArgument_T< S, Insert_Policy >::x_ [private] |
Definition at line 115 of file Basic_SArgument_T.h.
Referenced by TAO::Ret_Basic_SArgument_T< S, Insert_Policy >::arg(), and TAO::Ret_Basic_SArgument_T< S, Insert_Policy >::marshal().