Public Member Functions | Private Attributes

TAO::In_UB_String_SArgument_T< S, S_var > Class Template Reference

Template class for IN skeleton UB (w)string argument. More...

#include <UB_String_SArgument_T.h>

Inheritance diagram for TAO::In_UB_String_SArgument_T< S, S_var >:
Inheritance graph
[legend]
Collaboration diagram for TAO::In_UB_String_SArgument_T< S, S_var >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 In_UB_String_SArgument_T (void)
virtual CORBA::Boolean demarshal (TAO_InputCDR &)
 Demarshal the argument from the given CDR input stream.
virtual void interceptor_value (CORBA::Any *any) const
 Populate the given CORBA::Any result argument.
S const * arg (void) const

Private Attributes

S_var x_

Detailed Description

template<typename S, typename S_var>
class TAO::In_UB_String_SArgument_T< S, S_var >

Template class for IN skeleton UB (w)string argument.

Definition at line 35 of file UB_String_SArgument_T.h.


Constructor & Destructor Documentation

template<typename S , typename S_var >
TAO::In_UB_String_SArgument_T< S, S_var >::In_UB_String_SArgument_T ( void   ) 

Definition at line 9 of file UB_String_SArgument_T.inl.

{}


Member Function Documentation

template<typename S , typename S_var >
const S * TAO::In_UB_String_SArgument_T< S, S_var >::arg ( void   )  const

Definition at line 14 of file UB_String_SArgument_T.inl.

{
  return this->x_.in ();
}

template<typename S , typename S_var >
CORBA::Boolean TAO::In_UB_String_SArgument_T< S, S_var >::demarshal ( TAO_InputCDR  )  [virtual]

Demarshal the argument from the given CDR input stream.

Note:
The default implementation simply returns true.

Reimplemented from TAO::Argument.

Definition at line 16 of file UB_String_SArgument_T.cpp.

{
  return cdr >> this->x_.out ();
}

template<typename S , typename S_var >
void TAO::In_UB_String_SArgument_T< S, S_var >::interceptor_value ( CORBA::Any  )  const [virtual]

Populate the given CORBA::Any result argument.

Note:
The default implementation is a no-op.

Reimplemented from TAO::Argument.

Definition at line 25 of file UB_String_SArgument_T.cpp.

{
  (*any) <<= this->x_.in ();
}


Member Data Documentation

template<typename S , typename S_var >
S_var TAO::In_UB_String_SArgument_T< S, S_var >::x_ [private]

Definition at line 47 of file UB_String_SArgument_T.h.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines