TAO::Ret_Fixed_Array_SArgument_T< S_var, S_forany, Insert_Policy > Class Template Reference

Skeleton value of fixed size element array. More...

#include <Fixed_Array_SArgument_T.h>

Inheritance diagram for TAO::Ret_Fixed_Array_SArgument_T< S_var, S_forany, Insert_Policy >:

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

Collaboration graph
[legend]
List of all members.

Public Member Functions

 Ret_Fixed_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_

Detailed Description

template<typename S_var, typename S_forany, class Insert_Policy>
class TAO::Ret_Fixed_Array_SArgument_T< S_var, S_forany, Insert_Policy >

Skeleton value of fixed size element array.

Definition at line 107 of file Fixed_Array_SArgument_T.h.


Constructor & Destructor Documentation

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

Definition at line 79 of file Fixed_Array_SArgument_T.inl.

References ACE_INLINE.

00080 {
00081 }


Member Function Documentation

template<typename S_var, typename S_forany, class Insert_Policy>
ACE_INLINE S_forany::_slice_type *& TAO::Ret_Fixed_Array_SArgument_T< S_var, S_forany, Insert_Policy >::arg ( void   ) 

Definition at line 90 of file Fixed_Array_SArgument_T.inl.

00091 {
00092   return this->x_._retn_arg ();
00093 }

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

Definition at line 122 of file Fixed_Array_SArgument_T.cpp.

00124 {
00125   Insert_Policy::any_insert (any, S_forany (this->x_.ptr ()));
00126 }

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

Definition at line 107 of file Fixed_Array_SArgument_T.cpp.

00110 {
00111   return cdr << S_forany (this->x_.inout ());
00112 }


Member Data Documentation

template<typename S_var, typename S_forany, class Insert_Policy>
S_var TAO::Ret_Fixed_Array_SArgument_T< S_var, S_forany, Insert_Policy >::x_ [private]

Definition at line 119 of file Fixed_Array_SArgument_T.h.


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