#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 104 of file Fixed_Array_Argument_T.h.
ACE_INLINE TAO::Out_Fixed_Array_Argument_T< S_forany, Insert_Policy >::Out_Fixed_Array_Argument_T | ( | typename S_forany::_slice_type *& | x | ) |
ACE_INLINE S_forany::_slice_type *& TAO::Out_Fixed_Array_Argument_T< S_forany, Insert_Policy >::arg | ( | void | ) |
Definition at line 83 of file Fixed_Array_Argument_T.inl.
References TAO::Out_Fixed_Array_Argument_T< S_forany, Insert_Policy >::x_.
00084 { 00085 return this->x_.out (); 00086 }
CORBA::Boolean TAO::Out_Fixed_Array_Argument_T< S_forany, Insert_Policy >::demarshal | ( | TAO_InputCDR & | ) | [virtual] |
Demarshal the argument from the given CDR input stream.
true
. Reimplemented from TAO::Argument.
Definition at line 108 of file Fixed_Array_Argument_T.cpp.
References TAO::Out_Fixed_Array_Argument_T< S_forany, Insert_Policy >::x_.
00110 { 00111 return cdr >> this->x_; 00112 }
void TAO::Out_Fixed_Array_Argument_T< S_forany, Insert_Policy >::interceptor_value | ( | CORBA::Any * | any | ) | const [virtual] |
Populate the given CORBA::Any result argument.
Reimplemented from TAO::Argument.
Definition at line 120 of file Fixed_Array_Argument_T.cpp.
S_forany TAO::Out_Fixed_Array_Argument_T< S_forany, Insert_Policy >::x_ [private] |
Definition at line 116 of file Fixed_Array_Argument_T.h.
Referenced by TAO::Out_Fixed_Array_Argument_T< S_forany, Insert_Policy >::arg(), and TAO::Out_Fixed_Array_Argument_T< S_forany, Insert_Policy >::demarshal().