#include <Fixed_Array_Argument_T.h>
Inheritance diagram for TAO::Out_Fixed_Array_Argument_T< S_forany, Insert_Policy >:


Public Member Functions | |
| Out_Fixed_Array_Argument_T (typename S_forany::_slice_type *&x) | |
| virtual CORBA::Boolean | demarshal (TAO_InputCDR &) |
| Demarshal the argument from the given CDR input stream. | |
| virtual void | interceptor_value (CORBA::Any *any) const |
| Populate the given CORBA::Any result argument. | |
| S_forany::_slice_type *& | arg (void) |
Private Attributes | |
| S_forany | x_ |
Definition at line 83 of file Fixed_Array_Argument_T.h.
|
||||||||||
|
Definition at line 64 of file Fixed_Array_Argument_T.inl.
00065 : x_ (x) 00066 {} |
|
||||||||||
|
Definition at line 72 of file Fixed_Array_Argument_T.inl.
00073 {
00074 return this->x_.out ();
00075 }
|
|
||||||||||
|
Demarshal the argument from the given CDR input stream.
Reimplemented from TAO::Argument. Definition at line 77 of file Fixed_Array_Argument_T.cpp.
00079 {
00080 return cdr >> this->x_;
00081 }
|
|
||||||||||
|
Populate the given CORBA::Any result argument.
Reimplemented from TAO::Argument. Definition at line 89 of file Fixed_Array_Argument_T.cpp.
00090 {
00091 Insert_Policy::any_insert (any, this->x_);
00092 }
|
|
|||||
|
Definition at line 95 of file Fixed_Array_Argument_T.h. |
1.3.6