#include <it_bus/readable_message.h>
Inheritance diagram for IT_Bus::ReadableMessage:

A readable message is a collection of modifiable variables that are initialized with values read/deserialized from the underlying transport. Variables in a readable message have been, or are about to be, read/deserialized, so they can be modified during invocation of a WSDL operation.
Definition at line 34 of file readable_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 PartList& IT_Bus::ReadableMessage::get_parts | ( | ) | [virtual] |
Obtain the collection of parts associated with the message.
| virtual const PartList& IT_Bus::ReadableMessage::get_parts | ( | ) | const [virtual] |
Obtain the collection of parts associated with the message.
1.5.1-p1