TAO  2.0.6
Public Member Functions | Protected Attributes
TAO::Ret_Fixed_Size_Argument_T Class Reference

Template class for return stub value of fixed size IDL types. More...

#include <Fixed_Size_Argument_T.h>

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

List of all members.

Public Member Functions

 Ret_Fixed_Size_Argument_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 & arg (void)
excp (void)
retn (void)

Protected Attributes

x_

Detailed Description

Template class for return stub value of fixed size IDL types.


Constructor & Destructor Documentation

TAO::Ret_Fixed_Size_Argument_T::Ret_Fixed_Size_Argument_T ( void  )

Member Function Documentation

S & TAO::Ret_Fixed_Size_Argument_T::arg ( void  )
CORBA::Boolean TAO::Ret_Fixed_Size_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.

S TAO::Ret_Fixed_Size_Argument_T::excp ( void  )
void TAO::Ret_Fixed_Size_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.

S TAO::Ret_Fixed_Size_Argument_T::retn ( void  )

Member Data Documentation

S TAO::Ret_Fixed_Size_Argument_T::x_ [protected]

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