TAO::Inout_Var_Array_SArgument_T< S_forany, Insert_Policy > Class Template Reference

INOUT skeleton argument of variable size element array. More...

#include <Var_Array_SArgument_T.h>

Inheritance diagram for TAO::Inout_Var_Array_SArgument_T< S_forany, Insert_Policy >:

Inheritance graph
[legend]
Collaboration diagram for TAO::Inout_Var_Array_SArgument_T< S_forany, Insert_Policy >:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 Inout_Var_Array_SArgument_T (void)
virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr)
virtual CORBA::Boolean demarshal (TAO_InputCDR &)
virtual void interceptor_value (CORBA::Any *any) const
S_forany::_slice_type * arg (void)

Private Attributes

S_forany::_array_type x_

Detailed Description

template<typename S_forany, class Insert_Policy>
class TAO::Inout_Var_Array_SArgument_T< S_forany, Insert_Policy >

INOUT skeleton argument of variable size element array.

Definition at line 60 of file Var_Array_SArgument_T.h.


Constructor & Destructor Documentation

template<typename S_forany, class Insert_Policy>
ACE_INLINE TAO::Inout_Var_Array_SArgument_T< S_forany, Insert_Policy >::Inout_Var_Array_SArgument_T ( void   ) 

Definition at line 32 of file Var_Array_SArgument_T.inl.

00033 {
00034 }


Member Function Documentation

template<typename S_forany, class Insert_Policy>
S_forany::_slice_type * TAO::Inout_Var_Array_SArgument_T< S_forany, Insert_Policy >::arg ( void   ) 

Definition at line 40 of file Var_Array_SArgument_T.inl.

00041 {
00042   S_forany tmp (this->x_);
00043   return tmp.inout ();
00044 }

template<typename S_forany, class Insert_Policy>
CORBA::Boolean TAO::Inout_Var_Array_SArgument_T< S_forany, Insert_Policy >::demarshal ( TAO_InputCDR  )  [virtual]

Definition at line 53 of file Var_Array_SArgument_T.cpp.

00054 {
00055   S_forany tmp (this->x_);
00056   return cdr >> tmp;
00057 }

template<typename S_forany, class Insert_Policy>
void TAO::Inout_Var_Array_SArgument_T< S_forany, Insert_Policy >::interceptor_value ( CORBA::Any *  any  )  const [virtual]

Definition at line 65 of file Var_Array_SArgument_T.cpp.

00067 {
00068   typedef typename S_forany::_slice_type slice_type;
00069   Insert_Policy::any_insert (
00070       any,
00071       S_forany (const_cast <slice_type *>(this->x_))
00072     );
00073 }

template<typename S_forany, class Insert_Policy>
CORBA::Boolean TAO::Inout_Var_Array_SArgument_T< S_forany, Insert_Policy >::marshal ( TAO_OutputCDR cdr  )  [virtual]

Definition at line 44 of file Var_Array_SArgument_T.cpp.

00045 {
00046   return cdr << S_forany (this->x_);
00047 }


Member Data Documentation

template<typename S_forany, class Insert_Policy>
S_forany::_array_type TAO::Inout_Var_Array_SArgument_T< S_forany, Insert_Policy >::x_ [private]

Definition at line 73 of file Var_Array_SArgument_T.h.


The documentation for this class was generated from the following files:
Generated on Tue Feb 2 17:41:26 2010 for TAO_PortableServer by  doxygen 1.4.7