Class for the return value of a CORBA::(Server)Request. More...
#include <DII_Arguments.h>
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. |
Class for the return value of a CORBA::(Server)Request.
Definition at line 47 of file DII_Arguments.h.
TAO::NamedValue_Argument::NamedValue_Argument | ( | CORBA::NamedValue_ptr | x | ) |
Definition at line 10 of file DII_Arguments.inl.
: x_ (x) , byte_order_ (0) { }
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.
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.
Reimplemented from TAO::Argument.
Definition at line 26 of file DII_Arguments.cpp.
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.