#include <Fixed_Array_SArgument_T.h>
Inheritance diagram for TAO::In_Fixed_Array_SArgument_T< S_forany, Insert_Policy >:
Public Member Functions | |
In_Fixed_Array_SArgument_T (void) | |
virtual CORBA::Boolean | demarshal (TAO_InputCDR &) |
virtual void | interceptor_value (CORBA::Any *any) const |
S_forany::_slice_type const * | arg (void) const |
Private Attributes | |
S_forany::_array_type | x_ |
Definition at line 38 of file Fixed_Array_SArgument_T.h.
|
Definition at line 11 of file Fixed_Array_SArgument_T.inl.
00012 { 00013 } |
|
Definition at line 20 of file Fixed_Array_SArgument_T.inl.
00021 {
00022 S_forany tmp (this->x_);
00023 return tmp.in ();
00024 }
|
|
Reimplemented from TAO::Argument. Definition at line 18 of file Fixed_Array_SArgument_T.cpp.
00019 {
00020 S_forany tmp (this->x_);
00021 return cdr >> tmp;
00022 }
|
|
Reimplemented from TAO::Argument. Definition at line 30 of file Fixed_Array_SArgument_T.cpp.
00032 { 00033 Insert_Policy::any_insert (any, S_forany (this->x_)); 00034 } |
|
Definition at line 50 of file Fixed_Array_SArgument_T.h. |