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


Public Member Functions | |
| In_Special_Basic_SArgument_T (void) | |
| virtual CORBA::Boolean | demarshal (TAO_InputCDR &) |
| virtual void | interceptor_value (CORBA::Any *any) const |
| S const & | arg (void) const |
Private Attributes | |
| S | x_ |
Definition at line 40 of file Special_Basic_SArgument_T.h.
|
||||||||||
|
Definition at line 13 of file Special_Basic_SArgument_T.inl.
00014 {
00015 }
|
|
||||||||||
|
Definition at line 23 of file Special_Basic_SArgument_T.inl.
00024 {
00025 return this->x_;
00026 }
|
|
||||||||||
|
Reimplemented from TAO::Argument. Definition at line 22 of file Special_Basic_SArgument_T.cpp.
00025 {
00026 return cdr >> to_S (this->x_);
00027 }
|
|
||||||||||
|
Reimplemented from TAO::Argument. Definition at line 37 of file Special_Basic_SArgument_T.cpp.
00038 {
00039 Insert_Policy::any_insert (any, from_S (this->x_));
00040 }
|
|
|||||
|
Definition at line 52 of file Special_Basic_SArgument_T.h. |
1.3.6