#include <Special_Basic_SArgument_T.h>
Inheritance diagram for TAO::Ret_Special_Basic_SArgument_T< S, to_S, from_S, Insert_Policy >:
Public Member Functions | |
Ret_Special_Basic_SArgument_T (void) | |
virtual CORBA::Boolean | marshal (TAO_OutputCDR &cdr) |
virtual void | interceptor_value (CORBA::Any *any) const |
S & | arg (void) |
Private Attributes | |
S | x_ |
|
Definition at line 81 of file Special_Basic_SArgument_T.inl.
00082 { 00083 } |
|
Definition at line 91 of file Special_Basic_SArgument_T.inl.
00092 { 00093 return this->x_; 00094 } |
|
Reimplemented from TAO::Argument. Definition at line 136 of file Special_Basic_SArgument_T.cpp.
00137 { 00138 Insert_Policy::any_insert (any, from_S (this->x_)); 00139 } |
|
Reimplemented from TAO::Argument. Definition at line 121 of file Special_Basic_SArgument_T.cpp.
00124 {
00125 return cdr << from_S (this->x_);
00126 }
|
|
Definition at line 128 of file Special_Basic_SArgument_T.h. |