#include <Special_Basic_SArgument_T.h>
Inheritance diagram for TAO::Out_Special_Basic_SArgument_T< S, to_S, from_S, Insert_Policy >:
Public Member Functions | |
Out_Special_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 91 of file Special_Basic_SArgument_T.h.
ACE_INLINE TAO::Out_Special_Basic_SArgument_T< S, to_S, from_S, Insert_Policy >::Out_Special_Basic_SArgument_T | ( | void | ) |
S & TAO::Out_Special_Basic_SArgument_T< S, to_S, from_S, Insert_Policy >::arg | ( | void | ) |
Definition at line 68 of file Special_Basic_SArgument_T.inl.
References TAO::Out_Special_Basic_SArgument_T< S, to_S, from_S, Insert_Policy >::x_.
00069 { 00070 return this->x_; 00071 }
void TAO::Out_Special_Basic_SArgument_T< S, to_S, from_S, Insert_Policy >::interceptor_value | ( | CORBA::Any * | any | ) | const [virtual] |
CORBA::Boolean TAO::Out_Special_Basic_SArgument_T< S, to_S, from_S, Insert_Policy >::marshal | ( | TAO_OutputCDR & | cdr | ) | [virtual] |
S TAO::Out_Special_Basic_SArgument_T< S, to_S, from_S, Insert_Policy >::x_ [private] |
Definition at line 103 of file Special_Basic_SArgument_T.h.
Referenced by TAO::Out_Special_Basic_SArgument_T< S, to_S, from_S, Insert_Policy >::arg().