#include <it_bus/binary_any_simple_type.h>
Inheritance diagram for IT_Bus::BinaryOutParamAnySimpleType:

See header file for complete method details.
Definition at line 53 of file binary_any_simple_type.h.
Public Member Functions | |
| BinaryOutParamAnySimpleType (IT_Bus::BinaryOutParam &value) throw (()) | |
| virtual const QName & | get_type () const |
| Returns the IT_Bus::QName for the type. | |
| virtual void | write (const QName &, ComplexTypeWriter &) const throw ((SerializationException)) |
| Write the content of the instance. | |
| virtual void | write_value (AnySimpleTypeWriter &) const throw ((SerializationException)) |
| Write the instance value. | |
| virtual void | read (const QName &name, ComplexTypeReader &reader) throw ((DeserializationException)) |
| Read the value into the instance. | |
| virtual void | read_value (AnySimpleTypeReader &reader) throw ((DeserializationException)) |
| Read the value into the instance. | |
| virtual AnyType & | copy (const AnyType &rhs) |
| Returns a reference to an AnyType that is a copy of the AnyType parameter. | |
Private Attributes | |
| IT_Bus::BinaryOutParam & | m_value |
| virtual const QName& IT_Bus::BinaryOutParamAnySimpleType::get_type | ( | ) | const [virtual] |
Returns the IT_Bus::QName for the type.
Derived subclasses implement this method and return their QName.
Implements IT_Bus::AnyType.
| virtual void IT_Bus::BinaryOutParamAnySimpleType::write_value | ( | AnySimpleTypeWriter & | ) | const throw ((SerializationException)) [virtual] |
| virtual void IT_Bus::BinaryOutParamAnySimpleType::read_value | ( | AnySimpleTypeReader & | reader | ) | throw ((DeserializationException)) [virtual] |
Read the value into the instance.
Derived classes implement this method.
Implements IT_Bus::AnySimpleType.
Returns a reference to an AnyType that is a copy of the AnyType parameter.
Derived classes override this method, providing an appropriate implementation. In this base class, this method is not supported; an exception is always thrown.
| AnyType | to be copied. |
| IT_Bus::Exception | with message "Copy not supported" |
Reimplemented from IT_Bus::AnyType.
1.5.1-p1