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

See header file for complete method details.
Definition at line 359 of file nillable_types.h.
Public Member Functions | |
| const QName & | get_type () const |
| Returns the IT_Bus::QName for the type. | |
| virtual void | write_value (const QName &name, ComplexTypeWriter &writer) const IT_THROW_DECL((SerializationException)) |
| Write the non-nil value. | |
| const QName& IT_Bus::ShortNillable::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< T >.
1.4.7