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

Template class for OUT skeleton argument of fixed size IDL types. More...

#include <Fixed_Size_SArgument_T.h>

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

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

Collaboration graph
[legend]
List of all members.

Public Member Functions

 Out_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 void interceptor_value (CORBA::Any *any) const

Private Attributes

x_

Detailed Description

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

Template class for OUT skeleton argument of fixed size IDL types.

Definition at line 118 of file Fixed_Size_SArgument_T.h.


Constructor & Destructor Documentation

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

Constructor.

Definition at line 42 of file Fixed_Size_SArgument_T.inl.

References ACE_INLINE.

00043 {}


Member Function Documentation

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

Definition at line 49 of file Fixed_Size_SArgument_T.inl.

00050 {
00051   return this->x_;
00052 }

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

Definition at line 82 of file Fixed_Size_SArgument_T.cpp.

00084 {
00085   Insert_Policy::any_insert (any, this->x_);
00086 }

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

Definition at line 72 of file Fixed_Size_SArgument_T.cpp.

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

00073 {
00074   return cdr << this->x_;
00075 }


Member Data Documentation

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

Definition at line 144 of file Fixed_Size_SArgument_T.h.

Referenced by TAO::Out_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:27 2010 for TAO_PortableServer by  doxygen 1.4.7