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


Public Member Functions | |
| In_Basic_SArgument_T (void) | |
| virtual CORBA::Boolean | demarshal (TAO_InputCDR &) |
| virtual void | interceptor_value (CORBA::Any *any) const |
| S | arg (void) const |
Private Attributes | |
| S | x_ |
Definition at line 36 of file Basic_SArgument_T.h.
|
||||||||||
|
Definition at line 10 of file Basic_SArgument_T.inl.
00011 {}
|
|
||||||||||
|
Definition at line 17 of file Basic_SArgument_T.inl.
00018 {
00019 return this->x_;
00020 }
|
|
||||||||||
|
Reimplemented from TAO::Argument. Definition at line 17 of file Basic_SArgument_T.cpp.
00018 {
00019 return cdr >> this->x_;
00020 }
|
|
||||||||||
|
Reimplemented from TAO::Argument. Definition at line 27 of file Basic_SArgument_T.cpp.
00028 {
00029 Insert_Policy::any_insert (any, this->x_);
00030 }
|
|
|||||
|
Definition at line 48 of file Basic_SArgument_T.h. |
1.3.6