#include <BD_String_SArgument_T.h>
Inheritance diagram for TAO::Ret_BD_String_SArgument_T< S_var, BOUND, Insert_Policy >:


Public Member Functions | |
| Ret_BD_String_SArgument_T (void) | |
| virtual CORBA::Boolean | marshal (TAO_OutputCDR &cdr) |
| virtual void | interceptor_value (CORBA::Any *any) const |
| S_var::s_traits::char_type *& | arg (void) |
Private Attributes | |
| S_var | x_ |
Definition at line 114 of file BD_String_SArgument_T.h.
|
||||||||||
|
Definition at line 75 of file BD_String_SArgument_T.inl.
00076 {}
|
|
||||||||||
|
Definition at line 84 of file BD_String_SArgument_T.inl.
00085 {
00086 return this->x_.out ();
00087 }
|
|
||||||||||
|
Reimplemented from TAO::Argument. Definition at line 141 of file BD_String_SArgument_T.cpp.
00142 {
00143 typedef typename S_var::s_traits::from_type from_type;
00144 Insert_Policy::any_insert (
00145 any,
00146 from_type (this->x_.in (), BOUND)
00147 );
00148 }
|
|
||||||||||
|
Reimplemented from TAO::Argument. Definition at line 126 of file BD_String_SArgument_T.cpp.
00129 {
00130 typedef typename S_var::s_traits::from_type from_type;
00131 return cdr << from_type (this->x_.in (), BOUND);
00132 }
|
|
|||||
|
Definition at line 126 of file BD_String_SArgument_T.h. |
1.3.6