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


Public Member Functions | |
| Out_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 90 of file BD_String_SArgument_T.h.
|
||||||||||
|
Definition at line 54 of file BD_String_SArgument_T.inl.
00055 {}
|
|
||||||||||
|
Definition at line 63 of file BD_String_SArgument_T.inl.
00064 {
00065 return this->x_.out ();
00066 }
|
|
||||||||||
|
Reimplemented from TAO::Argument. Definition at line 109 of file BD_String_SArgument_T.cpp.
00110 {
00111 typedef typename S_var::s_traits::from_type from_type;
00112 Insert_Policy::any_insert (
00113 any,
00114 from_type (this->x_.in (), BOUND)
00115 );
00116 }
|
|
||||||||||
|
Reimplemented from TAO::Argument. Definition at line 94 of file BD_String_SArgument_T.cpp.
00097 {
00098 typedef typename S_var::s_traits::from_type from_type;
00099 return cdr << from_type (this->x_.in (), BOUND);
00100 }
|
|
|||||
|
Definition at line 102 of file BD_String_SArgument_T.h. |
1.3.6