TAO 1.7.7
|
Template class for INOUT unbounded (w)string argument. More...
#include <UB_String_Argument_T.h>
Public Member Functions | |
Inout_UB_String_Argument_T (typename S_var::s_traits::char_type *&x) | |
virtual CORBA::Boolean | marshal (TAO_OutputCDR &cdr) |
virtual CORBA::Boolean | demarshal (TAO_InputCDR &) |
S_var::s_traits::char_type *& | arg (void) |
Private Attributes | |
S_var::s_traits::char_type *& | x_ |
Template class for INOUT unbounded (w)string argument.
TAO::Inout_UB_String_Argument_T< S_var, Insert_Policy >::Inout_UB_String_Argument_T | ( | typename S_var::s_traits::char_type *& | x | ) |
S_var::s_traits::char_type *& TAO::Inout_UB_String_Argument_T< S_var, Insert_Policy >::arg | ( | void | ) |
CORBA::Boolean TAO::Inout_UB_String_Argument_T< S_var, Insert_Policy >::demarshal | ( | TAO_InputCDR & | cdr | ) | [virtual] |
CORBA::Boolean TAO::Inout_UB_String_Argument_T< S_var, Insert_Policy >::marshal | ( | TAO_OutputCDR & | cdr | ) | [virtual] |
S_var::s_traits::char_type*& TAO::Inout_UB_String_Argument_T< S_var, Insert_Policy >::x_ [private] |