TAO_DynamicInterface  2.1.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Defines
Public Member Functions | Private Attributes
TAO::NamedValue_Argument Class Reference

Class for the return value of a CORBA::(Server)Request. More...

#include <DII_Arguments.h>

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

List of all members.

Public Member Functions

 NamedValue_Argument (CORBA::NamedValue_ptr)
virtual CORBA::Boolean demarshal (TAO_InputCDR &)
virtual void interceptor_value (CORBA::Any *any) const
int byte_order (void) const

Private Attributes

CORBA::NamedValue_ptr x_
int byte_order_
 Byte order that the Request class will use.

Detailed Description

Class for the return value of a CORBA::(Server)Request.


Constructor & Destructor Documentation

TAO::NamedValue_Argument::NamedValue_Argument ( CORBA::NamedValue_ptr  x)

Member Function Documentation

int TAO::NamedValue_Argument::byte_order ( void  ) const
CORBA::Boolean TAO::NamedValue_Argument::demarshal ( TAO_InputCDR cdr) [virtual]

Reimplemented from TAO::Argument.

void TAO::NamedValue_Argument::interceptor_value ( CORBA::Any *  any) const [virtual]

Reimplemented from TAO::Argument.


Member Data Documentation

int TAO::NamedValue_Argument::byte_order_ [private]

Byte order that the Request class will use.

CORBA::NamedValue_ptr TAO::NamedValue_Argument::x_ [private]

The documentation for this class was generated from the following files: