#include <UB_String_Argument_T.h>
Inheritance diagram for TAO::Ret_UB_String_Argument_T< S_var, Insert_Policy >:
Public Member Functions | |
Ret_UB_String_Argument_T (void) | |
virtual CORBA::Boolean | demarshal (TAO_InputCDR &) |
Demarshal the argument from the given CDR input stream. | |
virtual void | interceptor_value (CORBA::Any *any) const |
Populate the given CORBA::Any result argument. | |
S_var::s_traits::char_type *& | arg (void) |
S_var::s_traits::char_type * | excp (void) |
S_var::s_traits::char_type * | retn (void) |
Private Attributes | |
S_var | x_ |
Definition at line 128 of file UB_String_Argument_T.h.
|
Definition at line 78 of file UB_String_Argument_T.inl.
00079 { 00080 } |
|
Definition at line 86 of file UB_String_Argument_T.inl.
00087 { 00088 return this->x_.out (); 00089 } |
|
Demarshal the argument from the given CDR input stream.
Reimplemented from TAO::Argument. Definition at line 127 of file UB_String_Argument_T.cpp.
00128 { 00129 return cdr >> this->x_.out (); 00130 } |
|
Definition at line 95 of file UB_String_Argument_T.inl.
00096 { 00097 return this->x_.ptr (); 00098 } |
|
Populate the given CORBA::Any result argument.
Reimplemented from TAO::Argument. Definition at line 137 of file UB_String_Argument_T.cpp.
00139 { 00140 Insert_Policy::any_insert (any, this->x_.in ()); 00141 } |
|
Definition at line 104 of file UB_String_Argument_T.inl.
00105 { 00106 return this->x_._retn (); 00107 } |
|
Definition at line 142 of file UB_String_Argument_T.h. |