#include <it_bus/nillable.h>
Inheritance diagram for IT_Bus::Nillable:
Definition at line 19 of file nillable.h.
Public Member Functions | |
Nillable () | |
Constructor. | |
virtual | ~Nillable () |
Destructor. | |
virtual Boolean | is_nil () const =0 |
True if the element is nil. | |
virtual void | set_nil ()=0 |
Set the element to be nil. | |
virtual void | write_value (const QName &name, ComplexTypeWriter &writer) const IT_THROW_DECL((SerializationException))=0 |
Write the non-nil value. | |
virtual void | read_value (const QName &name, ComplexTypeReader &reader) IT_THROW_DECL((DeserializationException))=0 |
Read a non-nil value. |