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

Template class for OUT stub argument of (w)char/boolean/octet. More...

#include <Special_Basic_Argument_T.h>

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

List of all members.

Public Member Functions

 Out_Special_Basic_Argument_T (S &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 & arg (void)

Private Attributes

S & x_

Detailed Description

Template class for OUT stub argument of (w)char/boolean/octet.


Constructor & Destructor Documentation

TAO::Out_Special_Basic_Argument_T::Out_Special_Basic_Argument_T ( S &  x)

Member Function Documentation

S & TAO::Out_Special_Basic_Argument_T::arg ( void  )
CORBA::Boolean TAO::Out_Special_Basic_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_Special_Basic_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& TAO::Out_Special_Basic_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