Skeleton value of variable size element array. More...
#include <Var_Array_SArgument_T.h>
Public Member Functions | |
Ret_Var_Array_SArgument_T (void) | |
virtual CORBA::Boolean | marshal (TAO_OutputCDR &cdr) |
Marshal the argument into the given CDR output 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_var | x_ |
Skeleton value of variable size element array.
Definition at line 109 of file Var_Array_SArgument_T.h.
TAO::Ret_Var_Array_SArgument_T< S_var, S_forany, Insert_Policy >::Ret_Var_Array_SArgument_T | ( | void | ) |
Definition at line 79 of file Var_Array_SArgument_T.inl.
{ }
S_forany::_slice_type *& TAO::Ret_Var_Array_SArgument_T< S_var, S_forany, Insert_Policy >::arg | ( | void | ) |
Definition at line 90 of file Var_Array_SArgument_T.inl.
{ return this->x_.out (); }
void TAO::Ret_Var_Array_SArgument_T< S_var, S_forany, Insert_Policy >::interceptor_value | ( | CORBA::Any * | ) | const [virtual] |
Populate the given CORBA::Any result argument.
Reimplemented from TAO::Argument.
Definition at line 132 of file Var_Array_SArgument_T.cpp.
{ Insert_Policy<S_forany>::any_insert (any, S_forany (this->x_.ptr ())); }
CORBA::Boolean TAO::Ret_Var_Array_SArgument_T< S_var, S_forany, Insert_Policy >::marshal | ( | TAO_OutputCDR & | cdr | ) | [virtual] |
Marshal the argument into the given CDR output stream.
true
. Reimplemented from TAO::Argument.
Definition at line 117 of file Var_Array_SArgument_T.cpp.
{ return cdr << S_forany (this->x_.ptr ()); }
S_var TAO::Ret_Var_Array_SArgument_T< S_var, S_forany, Insert_Policy >::x_ [private] |
Definition at line 121 of file Var_Array_SArgument_T.h.