#include <Basic_SArgument_T.h>
Inheritance diagram for TAO::Ret_Basic_SArgument_T< S, Insert_Policy >:


Public Member Functions | |
| Ret_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 103 of file Basic_SArgument_T.h.
|
||||||||||
|
Definition at line 61 of file Basic_SArgument_T.inl.
00062 {}
|
|
||||||||||
|
Definition at line 68 of file Basic_SArgument_T.inl.
00069 {
00070 return this->x_;
00071 }
|
|
||||||||||
|
Reimplemented from TAO::Argument. Definition at line 101 of file Basic_SArgument_T.cpp.
00102 {
00103 Insert_Policy::any_insert (any, this->x_);
00104 }
|
|
||||||||||
|
Reimplemented from TAO::Argument. Definition at line 91 of file Basic_SArgument_T.cpp.
00092 {
00093 return cdr << this->x_;
00094 }
|
|
|||||
|
Definition at line 115 of file Basic_SArgument_T.h. |
1.3.6