#include <Var_Array_SArgument_T.h>
Inheritance diagram for TAO::Out_Var_Array_SArgument_T< S_var, S_forany, Insert_Policy >:


Public Member Functions | |
| Out_Var_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 85 of file Var_Array_SArgument_T.h.
|
||||||||||
|
Definition at line 55 of file Var_Array_SArgument_T.inl.
00056 {
00057 }
|
|
||||||||||
|
Definition at line 65 of file Var_Array_SArgument_T.inl.
00066 {
00067 return this->x_.out ();
00068 }
|
|
||||||||||
|
Reimplemented from TAO::Argument. Definition at line 101 of file Var_Array_SArgument_T.cpp.
00103 {
00104 Insert_Policy::any_insert (any, S_forany (this->x_.ptr ()));
00105 }
|
|
||||||||||
|
Reimplemented from TAO::Argument. Definition at line 85 of file Var_Array_SArgument_T.cpp.
00088 {
00089 S_forany tmp (this->x_.ptr ());
00090 return cdr << tmp;
00091 }
|
|
|||||
|
Definition at line 97 of file Var_Array_SArgument_T.h. |
1.3.6