OUT skeleton argument of variable size element array. More...
#include <Var_Array_SArgument_T.h>


Public Member Functions | |
| Out_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_ |
OUT skeleton argument of variable size element array.
Definition at line 85 of file Var_Array_SArgument_T.h.
| TAO::Out_Var_Array_SArgument_T< S_var, S_forany, Insert_Policy >::Out_Var_Array_SArgument_T | ( | void | ) |
Definition at line 55 of file Var_Array_SArgument_T.inl.
{
}
| S_forany::_slice_type *& TAO::Out_Var_Array_SArgument_T< S_var, S_forany, Insert_Policy >::arg | ( | void | ) |
Definition at line 65 of file Var_Array_SArgument_T.inl.
{
return this->x_.out ();
}
| void TAO::Out_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 101 of file Var_Array_SArgument_T.cpp.
{
Insert_Policy<S_forany>::any_insert (any, S_forany (this->x_.ptr ()));
}
| CORBA::Boolean TAO::Out_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 85 of file Var_Array_SArgument_T.cpp.
{
S_forany tmp (this->x_.ptr ());
return cdr << tmp;
}
S_var TAO::Out_Var_Array_SArgument_T< S_var, S_forany, Insert_Policy >::x_ [private] |
Definition at line 97 of file Var_Array_SArgument_T.h.
1.7.0