#include <BD_String_SArgument_T.h>
Inheritance diagram for TAO::Out_BD_String_SArgument_T< S_var, BOUND, Insert_Policy >:
Public Member Functions | |
Out_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 90 of file BD_String_SArgument_T.h.
ACE_INLINE TAO::Out_BD_String_SArgument_T< S_var, BOUND, Insert_Policy >::Out_BD_String_SArgument_T | ( | void | ) |
ACE_INLINE S_var::s_traits::char_type *& TAO::Out_BD_String_SArgument_T< S_var, BOUND, Insert_Policy >::arg | ( | void | ) |
Definition at line 63 of file BD_String_SArgument_T.inl.
References TAO::Out_BD_String_SArgument_T< S_var, BOUND, Insert_Policy >::x_.
00064 { 00065 return this->x_.out (); 00066 }
void TAO::Out_BD_String_SArgument_T< S_var, BOUND, Insert_Policy >::interceptor_value | ( | CORBA::Any * | any | ) | const [virtual] |
Definition at line 109 of file BD_String_SArgument_T.cpp.
00110 { 00111 typedef typename S_var::s_traits::from_type from_type; 00112 Insert_Policy::any_insert ( 00113 any, 00114 from_type (this->x_.in (), BOUND) 00115 ); 00116 }
CORBA::Boolean TAO::Out_BD_String_SArgument_T< S_var, BOUND, Insert_Policy >::marshal | ( | TAO_OutputCDR & | cdr | ) | [virtual] |
Definition at line 94 of file BD_String_SArgument_T.cpp.
00097 { 00098 typedef typename S_var::s_traits::from_type from_type; 00099 return cdr << from_type (this->x_.in (), BOUND); 00100 }
S_var TAO::Out_BD_String_SArgument_T< S_var, BOUND, Insert_Policy >::x_ [private] |
Definition at line 102 of file BD_String_SArgument_T.h.
Referenced by TAO::Out_BD_String_SArgument_T< S_var, BOUND, Insert_Policy >::arg().