#include <it_bus/nillable_types.h>
Inheritance diagram for IT_Bus::PositiveIntegerNillable:

See header file for complete method details.
Definition at line 864 of file nillable_types.h.
Public Member Functions | |
| const QName & | get_type () const |
| Returns the IT_Bus::QName for the type. | |
| AnyType & | copy (const AnyType &other) |
| Returns a reference to an AnyType that is a copy of the AnyType parameter. | |
| virtual void | write_value (const QName &name, ComplexTypeWriter &writer) const throw ((SerializationException)) |
| Write the non-nil value. | |
| virtual IT_Reflect::Reflection * | get_reflection () throw ((IT_Reflect::ReflectException)) |
| Return an instance of the IT_Reflect::Reflection type that encapsulates this instance. | |
| virtual const IT_Reflect::Reflection * | get_reflection () const throw ((IT_Reflect::ReflectException)) |
| Return an instance of the IT_Reflect::Reflection type that encapsulates this instance. | |
| const QName& IT_Bus::PositiveIntegerNillable::get_type | ( | ) | const [virtual] |
Returns the IT_Bus::QName for the type.
Derived subclasses implement this method and return their QName.
Reimplemented from IT_Bus::NillableValueBase< IT_Bus::PositiveInteger >.
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::NillableValueBase< IT_Bus::PositiveInteger >.
| virtual IT_Reflect::Reflection* IT_Bus::PositiveIntegerNillable::get_reflection | ( | ) | throw ((IT_Reflect::ReflectException)) [virtual] |
Return an instance of the IT_Reflect::Reflection type that encapsulates this instance.
| IT_Reflect::ReflectException |
Reimplemented from IT_Bus::AnyType.
| virtual const IT_Reflect::Reflection* IT_Bus::PositiveIntegerNillable::get_reflection | ( | ) | const throw ((IT_Reflect::ReflectException)) [virtual] |
Return an instance of the IT_Reflect::Reflection type that encapsulates this instance.
| IT_Reflect::ReflectException |
Reimplemented from IT_Bus::AnyType.
1.5.1-p1