#include <Fixed_Array_SArgument_T.h>
Inheritance diagram for TAO::Out_Fixed_Array_SArgument_T< S_forany, Insert_Policy >:
Public Member Functions | |
Out_Fixed_Array_SArgument_T (void) | |
virtual CORBA::Boolean | marshal (TAO_OutputCDR &cdr) |
virtual void | interceptor_value (CORBA::Any *any) const |
S_forany::_slice_type * | arg (void) |
Private Attributes | |
S_forany::_array_type | x_ |
Definition at line 83 of file Fixed_Array_SArgument_T.h.
|
Definition at line 55 of file Fixed_Array_SArgument_T.inl.
00056 { 00057 } |
|
Definition at line 64 of file Fixed_Array_SArgument_T.inl.
00065 {
00066 S_forany tmp (this->x_);
00067 return tmp.inout ();
00068 }
|
|
Reimplemented from TAO::Argument. Definition at line 91 of file Fixed_Array_SArgument_T.cpp.
00093 { 00094 Insert_Policy::any_insert (any, S_forany (this->x_)); 00095 } |
|
Reimplemented from TAO::Argument. Definition at line 80 of file Fixed_Array_SArgument_T.cpp.
00081 {
00082 return cdr << S_forany (this->x_);
00083 }
|
|
Definition at line 95 of file Fixed_Array_SArgument_T.h. |