#include <Basic_Argument_T.h>
Inheritance diagram for TAO::Ret_Basic_Argument_T< S, Insert_Policy >:


Public Member Functions | |
| Ret_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 106 of file Basic_Argument_T.h.
|
||||||||||
|
Definition at line 64 of file Basic_Argument_T.inl.
00065 {
00066 }
|
|
||||||||||
|
Definition at line 72 of file Basic_Argument_T.inl.
00073 {
00074 return this->x_;
00075 }
|
|
||||||||||
|
Demarshal the argument from the given CDR input stream.
Reimplemented from TAO::Argument. Definition at line 91 of file Basic_Argument_T.cpp.
00092 {
00093 return cdr >> this->x_;
00094 }
|
|
||||||||||
|
Definition at line 81 of file Basic_Argument_T.inl.
00082 {
00083 return this->x_;
00084 }
|
|
||||||||||
|
Populate the given CORBA::Any result argument.
Reimplemented from TAO::Argument. Definition at line 101 of file Basic_Argument_T.cpp.
00102 {
00103 Insert_Policy::any_insert (any, this->x_);
00104 }
|
|
||||||||||
|
Definition at line 90 of file Basic_Argument_T.inl.
00091 {
00092 return this->x_;
00093 }
|
|
|||||
|
Definition at line 121 of file Basic_Argument_T.h. |
1.3.6