#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 84 of file UB_String_Argument_T.h.
|
||||||||||
|
Definition at line 49 of file UB_String_Argument_T.inl.
00052 : x_ (x.ptr ()) 00053 {} |
|
||||||||||
|
Definition at line 59 of file UB_String_Argument_T.inl.
00060 {
00061 return this->x_;
00062 }
|
|
||||||||||
|
Demarshal the argument from the given CDR input stream.
Reimplemented from TAO::Argument. Definition at line 84 of file UB_String_Argument_T.cpp.
00085 {
00086 return cdr >> this->x_;
00087 }
|
|
||||||||||
|
Populate the given CORBA::Any result argument.
Reimplemented from TAO::Argument. Definition at line 94 of file UB_String_Argument_T.cpp.
00097 {
00098 Insert_Policy::any_insert (
00099 any,
00100 this->x_
00101 );
00102 }
|
|
|||||
|
Definition at line 96 of file UB_String_Argument_T.h. |
1.3.6