TAO::Out_BD_String_SArgument_T< S_var, BOUND, Insert_Policy > Class Template Reference

Template class for INOUT skeleton bd (w)string argument. More...

#include <BD_String_SArgument_T.h>

Inheritance diagram for TAO::Out_BD_String_SArgument_T< S_var, BOUND, Insert_Policy >:

Inheritance graph
[legend]
Collaboration diagram for TAO::Out_BD_String_SArgument_T< S_var, BOUND, Insert_Policy >:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 Out_BD_String_SArgument_T (void)
virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr)
virtual void interceptor_value (CORBA::Any *any) const
S_var::s_traits::char_type *& arg (void)

Private Attributes

S_var x_

Detailed Description

template<typename S_var, size_t BOUND, class Insert_Policy>
class TAO::Out_BD_String_SArgument_T< S_var, BOUND, Insert_Policy >

Template class for INOUT skeleton bd (w)string argument.

Definition at line 90 of file BD_String_SArgument_T.h.


Constructor & Destructor Documentation

template<typename S_var, size_t BOUND, class Insert_Policy>
ACE_INLINE TAO::Out_BD_String_SArgument_T< S_var, BOUND, Insert_Policy >::Out_BD_String_SArgument_T ( void   ) 

Definition at line 54 of file BD_String_SArgument_T.inl.

00055 {}


Member Function Documentation

template<typename S_var, size_t BOUND, class Insert_Policy>
ACE_INLINE S_var::s_traits::char_type *& TAO::Out_BD_String_SArgument_T< S_var, BOUND, Insert_Policy >::arg ( void   ) 

Definition at line 63 of file BD_String_SArgument_T.inl.

References TAO::Out_BD_String_SArgument_T< S_var, BOUND, Insert_Policy >::x_.

00064 {
00065   return this->x_.out ();
00066 }

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

Definition at line 109 of file BD_String_SArgument_T.cpp.

00110 {
00111   typedef typename S_var::s_traits::from_type from_type;
00112   Insert_Policy::any_insert (
00113       any,
00114       from_type (this->x_.in (), BOUND)
00115     );
00116 }

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

Definition at line 94 of file BD_String_SArgument_T.cpp.

00097 {
00098   typedef typename S_var::s_traits::from_type from_type;
00099   return cdr << from_type (this->x_.in (), BOUND);
00100 }


Member Data Documentation

template<typename S_var, size_t BOUND, class Insert_Policy>
S_var TAO::Out_BD_String_SArgument_T< S_var, BOUND, Insert_Policy >::x_ [private]

Definition at line 102 of file BD_String_SArgument_T.h.

Referenced by TAO::Out_BD_String_SArgument_T< S_var, BOUND, Insert_Policy >::arg().


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