#include <Special_Basic_Argument_T.h>
Inheritance diagram for TAO::Ret_Special_Basic_Argument_T< S, to_S, from_S, Insert_Policy >:


Public Member Functions | |
| Ret_Special_Basic_Argument_T (void) | |
| virtual CORBA::Boolean | demarshal (TAO_InputCDR &) |
| Demarshal the argument from the given CDR input stream. | |
| virtual void | interceptor_value (CORBA::Any *any) const |
| Populate the given CORBA::Any result argument. | |
| S & | arg (void) |
| S | excp (void) |
| S | retn (void) |
Private Attributes | |
| S | x_ |
|
||||||||||
|
Definition at line 83 of file Special_Basic_Argument_T.inl.
00084 {
00085 }
|
|
||||||||||
|
Definition at line 93 of file Special_Basic_Argument_T.inl.
00094 {
00095 return this->x_;
00096 }
|
|
||||||||||
|
Demarshal the argument from the given CDR input stream.
Reimplemented from TAO::Argument. Definition at line 116 of file Special_Basic_Argument_T.cpp.
00119 {
00120 return cdr >> to_S (this->x_);
00121 }
|
|
||||||||||
|
Definition at line 104 of file Special_Basic_Argument_T.inl.
00105 {
00106 return this->x_;
00107 }
|
|
||||||||||
|
Populate the given CORBA::Any result argument.
Reimplemented from TAO::Argument. Definition at line 130 of file Special_Basic_Argument_T.cpp.
00132 {
00133 Insert_Policy::any_insert (any, from_S (this->x_));
00134 }
|
|
||||||||||
|
Definition at line 115 of file Special_Basic_Argument_T.inl.
00116 {
00117 return this->x_;
00118 }
|
|
|||||
|
Definition at line 131 of file Special_Basic_Argument_T.h. |
1.3.6