#include <Special_Basic_SArgument_T.h>
Inheritance diagram for TAO::Out_Special_Basic_SArgument_T< S, to_S, from_S, Insert_Policy >:
Public Member Functions | |
Out_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 91 of file Special_Basic_SArgument_T.h.
|
Definition at line 59 of file Special_Basic_SArgument_T.inl.
00060 { 00061 } |
|
Definition at line 68 of file Special_Basic_SArgument_T.inl.
00069 { 00070 return this->x_; 00071 } |
|
Reimplemented from TAO::Argument. Definition at line 107 of file Special_Basic_SArgument_T.cpp.
00108 { 00109 Insert_Policy::any_insert (any, from_S (this->x_)); 00110 } |
|
Reimplemented from TAO::Argument. Definition at line 92 of file Special_Basic_SArgument_T.cpp.
00095 {
00096 return cdr << from_S (this->x_);
00097 }
|
|
Definition at line 103 of file Special_Basic_SArgument_T.h. |