TAO  2.0.6
Public Member Functions | Private Attributes
TAO::Out_UB_String_Argument_T Class Reference

Template class for OUT unbounded (w)string argument. More...

#include <UB_String_Argument_T.h>

Inheritance diagram for TAO::Out_UB_String_Argument_T:
Inheritance graph
[legend]
Collaboration diagram for TAO::Out_UB_String_Argument_T:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 Out_UB_String_Argument_T (typename S_var::s_traits::string_out &x)
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_var::s_traits::char_type *& arg (void)

Private Attributes

S_var::s_traits::char_type *& x_

Detailed Description

Template class for OUT unbounded (w)string argument.


Constructor & Destructor Documentation

TAO::Out_UB_String_Argument_T::Out_UB_String_Argument_T ( typename S_var::s_traits::string_out &  x)

Member Function Documentation

S_var::s_traits::char_type *& TAO::Out_UB_String_Argument_T::arg ( void  )
CORBA::Boolean TAO::Out_UB_String_Argument_T::demarshal ( TAO_InputCDR ) [virtual]

Demarshal the argument from the given CDR input stream.

Note:
The default implementation simply returns true.

Reimplemented from TAO::Argument.

void TAO::Out_UB_String_Argument_T::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.


Member Data Documentation

S_var::s_traits::char_type*& TAO::Out_UB_String_Argument_T::x_ [private]

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