#include <UB_String_Argument_T.h>
Inheritance diagram for TAO::Out_UB_String_Argument_T< S_var, Insert_Policy >:


Public Member Functions | |
| Out_UB_String_Argument_T (typename S_var::s_traits::string_out &x) | |
| 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) |
Private Attributes | |
| S_var::s_traits::char_type *& | x_ |
Definition at line 105 of file UB_String_Argument_T.h.
|
||||||||||
|
Definition at line 59 of file UB_String_Argument_T.inl.
00061 : x_ (x.ptr ()) 00062 {} |
|
||||||||||
|
Definition at line 68 of file UB_String_Argument_T.inl.
00069 {
00070 return this->x_;
00071 }
|
|
||||||||||
|
Demarshal the argument from the given CDR input stream.
Reimplemented from TAO::Argument. Definition at line 104 of file UB_String_Argument_T.cpp.
00105 {
00106 return cdr >> this->x_;
00107 }
|
|
||||||||||
|
Populate the given CORBA::Any result argument.
Reimplemented from TAO::Argument. Definition at line 114 of file UB_String_Argument_T.cpp.
00116 {
00117 Insert_Policy::any_insert (any, this->x_);
00118 }
|
|
|||||
|
Definition at line 117 of file UB_String_Argument_T.h. |
1.3.6