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 &)
 Demarshal the argument from the given CDR input stream.
virtual void interceptor_value (CORBA::Any *any) const
 Populate the given CORBA::Any result argument.
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.

Definition at line 47 of file DII_Arguments.h.


Constructor & Destructor Documentation

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

Definition at line 10 of file DII_Arguments.inl.

    : x_ (x)
    , byte_order_ (0)
  {
  }


Member Function Documentation

int TAO::NamedValue_Argument::byte_order ( void   )  const

Definition at line 17 of file DII_Arguments.inl.

  {
    return this->byte_order_;
  }

CORBA::Boolean TAO::NamedValue_Argument::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 6 of file DII_Arguments.cpp.

               : DII_Arguments.cpp 76962 2007-02-08 16:29:30Z johnnyw $")

#if !defined (__ACE_INLINE__)
# include "tao/DynamicInterface/DII_Arguments.inl"
#endif /* ! __ACE_INLINE__ */

TAO_BEGIN_VERSIONED_NAMESPACE_DECL

namespace TAO
{

void TAO::NamedValue_Argument::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 26 of file DII_Arguments.cpp.

  {
    try
      {
        if (this->x_ !=0 && this->x_->value ()->impl ())


Member Data Documentation

int TAO::NamedValue_Argument::byte_order_ [private]

Byte order that the Request class will use.

Definition at line 62 of file DII_Arguments.h.

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

Definition at line 59 of file DII_Arguments.h.


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