#include <it_bus/writable_message.h>
Inheritance diagram for IT_Bus::WritableMessage:
A writable message is a collection of variables containing values that are written/serialized to the underlying transport. Variables in a readable message have been, or are about to be, written/serialized, so they can be examined but not modified during invocation of a WSDL operation. However, the part containing the variable may be replaced.
Definition at line 28 of file writable_message.h.
Public Member Functions | |
virtual PartList & | get_parts () |
Obtain the collection of parts associated with the message. | |
virtual const PartList & | get_parts () const |
Obtain the collection of parts associated with the message. | |
Protected Attributes | |
PartList | m_parts |
virtual const PartList& IT_Bus::WritableMessage::get_parts | ( | ) | const [virtual] |
Obtain the collection of parts associated with the message.
virtual PartList& IT_Bus::WritableMessage::get_parts | ( | ) | [virtual] |
Obtain the collection of parts associated with the message.