#include <BD_String_SArgument_T.h>
Inheritance diagram for TAO::Ret_BD_String_SArgument_T< S_var, BOUND, Insert_Policy >:
Public Member Functions | |
Ret_BD_String_SArgument_T (void) | |
virtual CORBA::Boolean | marshal (TAO_OutputCDR &cdr) |
virtual void | interceptor_value (CORBA::Any *any) const |
S_var::s_traits::char_type *& | arg (void) |
Private Attributes | |
S_var | x_ |
Definition at line 114 of file BD_String_SArgument_T.h.
ACE_INLINE TAO::Ret_BD_String_SArgument_T< S_var, BOUND, Insert_Policy >::Ret_BD_String_SArgument_T | ( | void | ) |
ACE_INLINE S_var::s_traits::char_type *& TAO::Ret_BD_String_SArgument_T< S_var, BOUND, Insert_Policy >::arg | ( | void | ) |
Definition at line 84 of file BD_String_SArgument_T.inl.
References TAO::Ret_BD_String_SArgument_T< S_var, BOUND, Insert_Policy >::x_.
00085 { 00086 return this->x_.out (); 00087 }
void TAO::Ret_BD_String_SArgument_T< S_var, BOUND, Insert_Policy >::interceptor_value | ( | CORBA::Any * | any | ) | const [virtual] |
Definition at line 141 of file BD_String_SArgument_T.cpp.
00142 { 00143 typedef typename S_var::s_traits::from_type from_type; 00144 Insert_Policy::any_insert ( 00145 any, 00146 from_type (this->x_.in (), BOUND) 00147 ); 00148 }
CORBA::Boolean TAO::Ret_BD_String_SArgument_T< S_var, BOUND, Insert_Policy >::marshal | ( | TAO_OutputCDR & | cdr | ) | [virtual] |
Definition at line 126 of file BD_String_SArgument_T.cpp.
00129 { 00130 typedef typename S_var::s_traits::from_type from_type; 00131 return cdr << from_type (this->x_.in (), BOUND); 00132 }
S_var TAO::Ret_BD_String_SArgument_T< S_var, BOUND, Insert_Policy >::x_ [private] |
Definition at line 126 of file BD_String_SArgument_T.h.
Referenced by TAO::Ret_BD_String_SArgument_T< S_var, BOUND, Insert_Policy >::arg().