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


Public Member Functions | |
| Out_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 81 of file Basic_SArgument_T.h.
|
||||||||||
|
Definition at line 44 of file Basic_SArgument_T.inl.
00045 {}
|
|
||||||||||
|
Definition at line 51 of file Basic_SArgument_T.inl.
00052 {
00053 return this->x_;
00054 }
|
|
||||||||||
|
Reimplemented from TAO::Argument. Definition at line 79 of file Basic_SArgument_T.cpp.
00080 {
00081 Insert_Policy::any_insert (any, this->x_);
00082 }
|
|
||||||||||
|
Reimplemented from TAO::Argument. Definition at line 69 of file Basic_SArgument_T.cpp.
00070 {
00071 return cdr << this->x_;
00072 }
|
|
|||||
|
Definition at line 93 of file Basic_SArgument_T.h. |
1.3.6