#include <UB_String_SArgument_T.h>
Inheritance diagram for TAO::Inout_UB_String_SArgument_T< S, S_var >:


Public Member Functions | |
| Inout_UB_String_SArgument_T (void) | |
| virtual CORBA::Boolean | marshal (TAO_OutputCDR &cdr) |
| virtual CORBA::Boolean | demarshal (TAO_InputCDR &) |
| virtual void | interceptor_value (CORBA::Any *any) const |
| S *& | arg (void) |
Private Attributes | |
| S_var | x_ |
Definition at line 57 of file UB_String_SArgument_T.h.
|
||||||||||
|
Definition at line 23 of file UB_String_SArgument_T.inl.
00024 {}
|
|
||||||||||
|
Definition at line 29 of file UB_String_SArgument_T.inl.
00030 {
00031 return this->x_.inout ();
00032 }
|
|
||||||||||
|
Reimplemented from TAO::Argument. Definition at line 44 of file UB_String_SArgument_T.cpp.
00045 {
00046 return cdr >> this->x_.out ();
00047 }
|
|
||||||||||
|
Reimplemented from TAO::Argument. Definition at line 53 of file UB_String_SArgument_T.cpp.
00055 {
00056 (*any) <<= this->x_.in ();
00057 }
|
|
||||||||||
|
Reimplemented from TAO::Argument. Definition at line 37 of file UB_String_SArgument_T.cpp.
00038 {
00039 return cdr << this->x_.in ();
00040 }
|
|
|||||
|
Definition at line 70 of file UB_String_SArgument_T.h. |
1.3.6