#include <Object_Argument_T.h>
Inheritance diagram for TAO::Ret_Object_Argument_T< S_ptr, S_var, Insert_Policy >:


Public Member Functions | |
| Ret_Object_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_ptr & | arg (void) |
| S_ptr | excp (void) |
| S_ptr | retn (void) |
Private Attributes | |
| S_var | x_ |
Definition at line 110 of file Object_Argument_T.h.
|
||||||||||
|
Definition at line 71 of file Object_Argument_T.inl.
00072 {}
|
|
||||||||||
|
Definition at line 79 of file Object_Argument_T.inl.
00080 {
00081 return this->x_.out ();
00082 }
|
|
||||||||||
|
Demarshal the argument from the given CDR input stream.
Reimplemented from TAO::Argument. Definition at line 100 of file Object_Argument_T.cpp.
00101 {
00102 return cdr >> this->x_.out ();
00103 }
|
|
||||||||||
|
Definition at line 89 of file Object_Argument_T.inl.
00090 {
00091 return this->x_.ptr ();
00092 }
|
|
||||||||||
|
Populate the given CORBA::Any result argument.
Reimplemented from TAO::Argument. Definition at line 111 of file Object_Argument_T.cpp.
00113 {
00114 Insert_Policy::any_insert (any, this->x_.in ());
00115 }
|
|
||||||||||
|
Definition at line 99 of file Object_Argument_T.inl.
00100 {
00101 return this->x_._retn ();
00102 }
|
|
|||||
|
Definition at line 126 of file Object_Argument_T.h. |
1.3.6