#include <Fixed_Array_SArgument_T.h>
Inheritance diagram for TAO::Ret_Fixed_Array_SArgument_T< S_var, S_forany, Insert_Policy >:


Public Member Functions | |
| Ret_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_var | x_ |
Definition at line 107 of file Fixed_Array_SArgument_T.h.
|
||||||||||
|
Definition at line 79 of file Fixed_Array_SArgument_T.inl.
00080 {
00081 }
|
|
||||||||||
|
Definition at line 90 of file Fixed_Array_SArgument_T.inl.
00091 {
00092 return this->x_._retn_arg ();
00093 }
|
|
||||||||||
|
Reimplemented from TAO::Argument. Definition at line 122 of file Fixed_Array_SArgument_T.cpp.
00124 {
00125 Insert_Policy::any_insert (any, S_forany (this->x_.ptr ()));
00126 }
|
|
||||||||||
|
Reimplemented from TAO::Argument. Definition at line 107 of file Fixed_Array_SArgument_T.cpp.
00110 {
00111 return cdr << S_forany (this->x_.inout ());
00112 }
|
|
|||||
|
Definition at line 119 of file Fixed_Array_SArgument_T.h. |
1.3.6