TAO::Inout_Fixed_Size_SArgument_T< S, Insert_Policy > Class Template Reference

Template class for INOUT skeleton arg of fixed size IDL types. More...

#include <Fixed_Size_SArgument_T.h>

Inheritance diagram for TAO::Inout_Fixed_Size_SArgument_T< S, Insert_Policy >:

Inheritance graph
[legend]
Collaboration diagram for TAO::Inout_Fixed_Size_SArgument_T< S, Insert_Policy >:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 Inout_Fixed_Size_SArgument_T (void)
 Constructor.
S & arg (void)
@c TAO::Argument Method Overrides
TAO::Argument method overrides specific to the type of operation argument represented by this class.

See also:
TAO::Argument.


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

Private Attributes

x_

Detailed Description

template<typename S, class Insert_Policy>
class TAO::Inout_Fixed_Size_SArgument_T< S, Insert_Policy >

Template class for INOUT skeleton arg of fixed size IDL types.

Definition at line 79 of file Fixed_Size_SArgument_T.h.


Constructor & Destructor Documentation

template<typename S, class Insert_Policy>
ACE_INLINE TAO::Inout_Fixed_Size_SArgument_T< S, Insert_Policy >::Inout_Fixed_Size_SArgument_T ( void   ) 

Constructor.

Definition at line 22 of file Fixed_Size_SArgument_T.inl.

00023 {
00024 }


Member Function Documentation

template<typename S, class Insert_Policy>
ACE_INLINE S & TAO::Inout_Fixed_Size_SArgument_T< S, Insert_Policy >::arg ( void   ) 

Definition at line 30 of file Fixed_Size_SArgument_T.inl.

References TAO::Inout_Fixed_Size_SArgument_T< S, Insert_Policy >::x_.

00031 {
00032   return this->x_;
00033 }

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

Definition at line 48 of file Fixed_Size_SArgument_T.cpp.

References TAO::Inout_Fixed_Size_SArgument_T< S, Insert_Policy >::x_.

00050 {
00051   return cdr >> this->x_;
00052 }

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

Definition at line 59 of file Fixed_Size_SArgument_T.cpp.

00061 {
00062   Insert_Policy::any_insert (any, this->x_);
00063 }

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

Definition at line 40 of file Fixed_Size_SArgument_T.cpp.

References TAO::Inout_Fixed_Size_SArgument_T< S, Insert_Policy >::x_.

00041 {
00042   return cdr << this->x_;
00043 }


Member Data Documentation

template<typename S, class Insert_Policy>
S TAO::Inout_Fixed_Size_SArgument_T< S, Insert_Policy >::x_ [private]

Definition at line 106 of file Fixed_Size_SArgument_T.h.

Referenced by TAO::Inout_Fixed_Size_SArgument_T< S, Insert_Policy >::arg(), TAO::Inout_Fixed_Size_SArgument_T< S, Insert_Policy >::demarshal(), and TAO::Inout_Fixed_Size_SArgument_T< S, Insert_Policy >::marshal().


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